Skip to content

Commit

Permalink
added committee members to gem record view
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Jul 19, 2024
1 parent e44a6ef commit bc8e15e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/gem_records/_gem_record.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<p><%= gem_record.eventtype%></p>
<h6>Program</h6>
<p><%= gem_record.program %></p>
<h6>Committee Members</h6>
<% gem_record.committee_members.each do |committee_member| %>
<div class="row" id="committee_member_<%= committee_member.id %>">
<div class="col"><%= committee_member.name %> - <%= committee_member.role %></div>
</div>
<% end %>
</div>
<div class="col-4">
<h6>Event date</h6>
Expand Down

0 comments on commit bc8e15e

Please sign in to comment.