Skip to content

Commit

Permalink
Use title instead of
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Aug 16, 2023
1 parent 0d68d95 commit 2390836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/saved_annotations/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<% end %>
</div>
<div class="card-supporting-text">
<p><strong><%= SavedAnnotation.human_attribute_name("annotation_text") %>:</strong></p>
<p><strong><%= @saved_annotation.title %></strong></p>
<blockquote><%= markdown @saved_annotation.annotation_text %></blockquote>
<%= t ".usage_info_html",
exercise_path: course_activity_path(@saved_annotation.course ,@saved_annotation.exercise),
Expand Down

0 comments on commit 2390836

Please sign in to comment.