File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/LinkDotNet.Blog.Web/Features/Admin/Dashboard/Components
tests/LinkDotNet.Blog.IntegrationTests/Web/Features/Admin/Dashboard/Components Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
@using LinkDotNet .Blog .Web .Features .Admin .Dashboard .Services
2
2
<div class =" row mb-3" >
3
- <div class =" col-2 " >
3
+ <div class =" col-sm-6 col-md-4 col-sm-6 " >
4
4
<label for =" startDate" >Since</label >
5
5
<input type =" date" class =" form-control" id =" startDate" @onchange =" StartDateChanged" />
6
6
</div >
7
- <div class =" col-2 " >
7
+ <div class =" col-sm-6 col-md-4 col-sm-6 " >
8
8
<label for =" endDate" >To</label >
9
9
<input type =" date" class =" form-control" id =" endDate" @onchange =" EndDateChanged" />
10
10
</div >
Original file line number Diff line number Diff line change 3
3
@using LinkDotNet .Blog .Domain
4
4
@using LinkDotNet .Blog .Infrastructure .Persistence
5
5
@using LinkDotNet .Blog .Infrastructure .Persistence .Sql
6
- @using LinkDotNet .Blog .Web .Features .Admin .Dashboard .Components
6
+ @using LinkDotNet .Blog .Web .Features .Admin .Dashboard .Services
7
7
@inject BlogDbContext blogDbContext
8
8
9
9
<div class =" card" >
Original file line number Diff line number Diff line change 6
6
using LinkDotNet . Blog . Domain ;
7
7
using LinkDotNet . Blog . TestUtilities ;
8
8
using LinkDotNet . Blog . Web . Features . Admin . Dashboard . Components ;
9
- using LinkDotNet . Blog . Web . Features . Admin . Dashboard . Services ;
10
9
using Microsoft . Extensions . DependencyInjection ;
11
10
12
11
namespace LinkDotNet . Blog . IntegrationTests . Web . Features . Admin . Dashboard . Components ;
You can’t perform that action at this time.
0 commit comments