Skip to content

Commit

Permalink
added read only notes to thesis show
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Jul 11, 2024
1 parent 0c2e7f5 commit 53c636c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/theses/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,13 @@

</div>


<div class="row">
<div class="col-12"><hr /></div>
<h6>Notes</h6>
<div class="col-12">
<p><%= @thesis.notes %></p>
</div>
</div>


0 comments on commit 53c636c

Please sign in to comment.