diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml index 088e5784f3..70ec8dafd6 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml @@ -318,7 +318,7 @@ Summary - +
@if (Model.IsSupervisionSwitchedOn) @@ -429,7 +429,10 @@
- + @if (Model.UserRole > 1) + { + + } } @if (index > 0 && Model.CurrentStep < (int)OptionLabel.Summary) { diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml index d678d84aa5..eb898458ed 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml @@ -33,7 +33,8 @@ @Model.CompetencyAssessmentName -Select working group members + Select working group members +
@if (Model.UserRole > 1) { @@ -45,61 +46,61 @@ Select working group members
  • Reviewer
  • -

    Working group members

    - - - - - - @if (Model.Collaborators.Count() > 1 && Model.UserRole > 1) - { - - } - - - - @foreach (var collaborator in Model.Collaborators) - { - - - - @if (Model.Collaborators.Count() > 1 && Model.UserRole > 1) +

    Working group members

    + + + + + + @if (Model.Collaborators.Count() > 1 && Model.UserRole > 1) + { + + } + + + + @foreach (var collaborator in Model.Collaborators) { - + + + @if (Model.Collaborators.Count() > 1 && Model.UserRole > 1) { - - Remove - - } + + + } + } - - } - - -
    + + +
    diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ManageSupervisionSettings.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ManageSupervisionSettings.cshtml index d6ece8ef51..4d7f37c2ae 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ManageSupervisionSettings.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ManageSupervisionSettings.cshtml @@ -156,9 +156,12 @@ - - - + @if (Model.UserRole > 1) + { + + + + } diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ViewSelectedCompetencies.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ViewSelectedCompetencies.cshtml index 2d285f8b2e..e60ac50959 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ViewSelectedCompetencies.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ViewSelectedCompetencies.cshtml @@ -211,14 +211,17 @@ } } - +
    - - - + @if (Model.UserRole > 1) + { + + + + } @if (Model.UserRole > 1) {