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 11@using LinkDotNet .Blog .Web .Features .Admin .Dashboard .Services
22<div class =" row mb-3" >
3- <div class =" col-2 " >
3+ <div class =" col-sm-6 col-md-4 col-sm-6 " >
44 <label for =" startDate" >Since</label >
55 <input type =" date" class =" form-control" id =" startDate" @onchange =" StartDateChanged" />
66 </div >
7- <div class =" col-2 " >
7+ <div class =" col-sm-6 col-md-4 col-sm-6 " >
88 <label for =" endDate" >To</label >
99 <input type =" date" class =" form-control" id =" endDate" @onchange =" EndDateChanged" />
1010 </div >
Original file line number Diff line number Diff line change 33@using LinkDotNet .Blog .Domain
44@using LinkDotNet .Blog .Infrastructure .Persistence
55@using LinkDotNet .Blog .Infrastructure .Persistence .Sql
6- @using LinkDotNet .Blog .Web .Features .Admin .Dashboard .Components
6+ @using LinkDotNet .Blog .Web .Features .Admin .Dashboard .Services
77@inject BlogDbContext blogDbContext
88
99<div class =" card" >
Original file line number Diff line number Diff line change 66using LinkDotNet . Blog . Domain ;
77using LinkDotNet . Blog . TestUtilities ;
88using LinkDotNet . Blog . Web . Features . Admin . Dashboard . Components ;
9- using LinkDotNet . Blog . Web . Features . Admin . Dashboard . Services ;
109using Microsoft . Extensions . DependencyInjection ;
1110
1211namespace LinkDotNet . Blog . IntegrationTests . Web . Features . Admin . Dashboard . Components ;
You can’t perform that action at this time.
0 commit comments