File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Griddly/Views/Shared/Griddly Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515//
1616// You can specify all the values or you can default the Revision and Build Numbers
1717// by using the '*' as shown below:
18- [ assembly: AssemblyVersion ( "3.0.5 " ) ]
19- [ assembly: AssemblyFileVersion ( "3.0.5 " ) ]
18+ [ assembly: AssemblyVersion ( "3.0.6 " ) ]
19+ [ assembly: AssemblyFileVersion ( "3.0.6 " ) ]
2020//[assembly: AssemblyInformationalVersion("2.5-filters")]
Original file line number Diff line number Diff line change 323323 {
324324 <span class =" griddly-summary" ><span class =" @(GriddlySettings.IsBootstrap4 ? " d-none d-sm-inline " : " hidden-xs " )" >Records </span >
325325 <span class =" griddly-recordstart" >@( Model .PageNumber * Model .PageSize + (Model .Total > 0 ? 1 : 0 )) </span >
326- <span class =" @(GriddlySettings.IsBootstrap4 ? " d-none d-sm-inline " : " hidden-xs " )" >through </span ><span class =" @(GriddlySettings.IsBootstrap4 ? " d-inline d-sm-none " : " visible-xs-inline " )) " >- </span >
326+ <span class =" @(GriddlySettings.IsBootstrap4 ? " d-none d-sm-inline " : " hidden-xs " )" >through </span ><span class =" @(GriddlySettings.IsBootstrap4 ? " d-inline d-sm-none " : " visible-xs-inline " )" >- </span >
327327 <span class =" griddly-recordend" >@( Model .PageNumber * Model .PageSize + Model .Count ) </span >
328328 of <span class =" griddly-recordtotal" >@Model.Total </span >
329329 </span >
You can’t perform that action at this time.
0 commit comments