File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
DigitalLearningSolutions.Web/Views/Frameworks/Developer Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 44<h1 >All Frameworks</h1 >
55@if (Model .NoDataFound )
66{
7- <p class =" nhsuk-u-margin-top-4" role =" alert" >
8- <b >There are no frameworks in the system .</b >
9- </p >
7+ <p class =" nhsuk-u-margin-top-4" role =" alert" >
8+ <b >There are no frameworks in the system .</b >
9+ </p >
1010}
1111else
1212{
13- <form method =" get" role =" search" asp-action =" FrameworksViewAll " asp-route-page =" @Model.Page" >
13+ <form method =" get" role =" search" asp-action =" ViewFrameworks " asp-route-page =" @Model.Page" >
1414
15- <partial name =" Shared/_FrameworksSearchAndSort" model =" Model" />
15+ <partial name =" Shared/_FrameworksSearchAndSort" model =" Model" />
1616
17- <hr class =" nhsuk-u-margin-top-3 nhsuk-u-margin-bottom-4" />
18- <partial name =" SearchablePage/_SearchResultsCount" model =" Model" />
19- <partial name =" SearchablePage/_TopPagination" model =" Model" />
20- <partial name =" SearchablePage/_ResultCountAndPageAlerts" model =" Model" />
17+ <hr class =" nhsuk-u-margin-top-3 nhsuk-u-margin-bottom-4" />
18+ <partial name =" SearchablePage/_SearchResultsCount" model =" Model" />
19+ <partial name =" SearchablePage/_TopPagination" model =" Model" />
20+ <partial name =" SearchablePage/_ResultCountAndPageAlerts" model =" Model" />
2121
22- <partial name =" Shared/_BrandedFrameworkTable" model =" Model.BrandedFrameworks" />
22+ <partial name =" Shared/_BrandedFrameworkTable" model =" Model.BrandedFrameworks" />
2323
24- <partial name =" SearchablePage/_BottomPagination" model =" Model" />
24+ <partial name =" SearchablePage/_BottomPagination" model =" Model" />
2525
26- </form >
26+ </form >
2727}
You can’t perform that action at this time.
0 commit comments