File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131}
3232@if (Model .LinearNavigation )
3333{
34- <a role =" button" class =" nhsuk-button @(Model.UserBookmark != null || bookmarkIsRelevant ? " nhsuk-button--secondary " : " " ) trigger-loader" asp-action =" AddOptionalCompetencies" asp-route-selfAssessmentId =" @Model.Id" asp-route-vocabulary =" @Model.VocabPlural" >View @Model.VocabPlural </a >
34+ <a role =" button" class =" nhsuk-button trigger-loader" asp-action =" AddOptionalCompetencies" asp-route-selfAssessmentId =" @Model.Id" asp-route-vocabulary =" @Model.VocabPlural" >View @Model.VocabPlural </a >
3535 @if (Model .UserBookmark != null )
3636 {
3737 if (bookmarkIsRelevant )
3838 {
39- < a class = " nhsuk-button trigger-loader" role = " button" href = " @Configuration[" AppRootPath " ]@Model.UserBookmark" >
39+ < a class = " nhsuk-button nhsuk-button--secondary trigger-loader" role = " button" href = " @Configuration[" AppRootPath " ]@Model.UserBookmark" >
4040 Continue where I left off
4141 < / a >
4242 }
You can’t perform that action at this time.
0 commit comments