File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
LearningHub.Nhs.WebUI/Views/MyLearning Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 130130 <td class =" no-wrap" >@activity.Version </td >
131131 <td class =" no-wrap" >@ViewActivityHelper.GetResourceTypeText(activity) </td >
132132 <td class =" no-wrap" >
133- @ViewActivityHelper.GetActivityStatus (activity)
133+ @ViewActivityHelper.GetActivityStatusText (activity)
134134 </td >
135135 </tr >
136136 }
Original file line number Diff line number Diff line change 12161216 <span class =" nhsuk-table-responsive__heading summaryTableHead" >Last Date Completed </span >@Model.ActivityDetailedItemViewModel.ActivityDate.ToString( " dd/MM/yyyy" )
12171217 </td >
12181218 <td role =" cell" class =" nhsuk-table__cell nhsuk-u-padding-left-3 nhsuk-u-padding-top-2 nhsuk-u-padding-right-2 summarytabledetailscells" >
1219- <span class =" nhsuk-table-responsive__heading summaryTableHead" >Overall Status </span >@ViewActivityHelper.GetActivityStatus (Model.ActivityDetailedItemViewModel)
1219+ <span class =" nhsuk-table-responsive__heading summaryTableHead" >Overall Status </span >@ViewActivityHelper.GetActivityStatusText (Model.ActivityDetailedItemViewModel)
12201220 </td >
12211221
12221222 </tr >
13991399 <span class =" nhsuk-table-responsive__heading" >Last Date Completed </span >@Model.ActivityDetailedItemViewModel.ActivityDate.ToString( " dd/MM/yyyy" )
14001400 </td >
14011401 <td role =" cell" class =" nhsuk-table__cell nhsuk-u-padding-left-3 nhsuk-u-padding-top-2 nhsuk-u-padding-right-2" >
1402- <span class =" nhsuk-table-responsive__heading" >Overall Status </span >@ViewActivityHelper.GetActivityStatus (Model.ActivityDetailedItemViewModel)
1402+ <span class =" nhsuk-table-responsive__heading" >Overall Status </span >@ViewActivityHelper.GetActivityStatusText (Model.ActivityDetailedItemViewModel)
14031403 </td >
14041404
14051405 </tr >
You can’t perform that action at this time.
0 commit comments