Skip to content

Commit

Permalink
Merge pull request #8163 from michaelchadwick/frontend-5733-read-only…
Browse files Browse the repository at this point in the history
…-long-objs-need-fading

non-editable course/session long objectives now faded
  • Loading branch information
dartajax authored Sep 27, 2024
2 parents 6bc7534 + 921975f commit 7bde1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<ValidationError @errors={{get-errors-for this.title}} />
</EditableField>
{{else}}
{{! template-lint-disable no-triple-curlies }}
{{{@courseObjective.title}}}
<FadeText @text={{@courseObjective.title}} />
{{/if}}
</div>
<Course::ObjectiveListItemParents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<ValidationError @errors={{get-errors-for this.title}} />
</EditableField>
{{else}}
{{! template-lint-disable no-triple-curlies }}
{{{@sessionObjective.title}}}
<FadeText @text={{@sessionObjective.title}} />
{{/if}}
</div>
<Session::ObjectiveListItemParents
Expand Down

0 comments on commit 7bde1c8

Please sign in to comment.