Skip to content

Commit

Permalink
Show participants on top of note takers (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera Rojman committed Oct 1, 2021
1 parent a2649b4 commit 5a8eed5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ DEPENDENCIES
web-console (~> 3.5)

RUBY VERSION
ruby 2.7.2p137
ruby 2.7.3p183

BUNDLED WITH
2.1.4
12 changes: 6 additions & 6 deletions app/views/decidim/notify/conversations/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
</div>
</div>
<div class="columns smallmedium-3">
<h5><%= t ".note_takers" %></h5>
<div class="card">
<div class="card-section by-note-taker" id="notify-note_takers">
<%= render partial: "participant", collection: @note_takers %>
</div>
</div>
<h5><%= t ".participants" %></h5>
<div class="card">
<div class="card-section" id="notify-participants">
<%= render partial: "participant", collection: @participants %>
</div>
</div>
<h5><%= t ".note_takers" %></h5>
<div class="card">
<div class="card-section by-note-taker" id="notify-note_takers">
<%= render partial: "participant", collection: @note_takers %>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit 5a8eed5

Please sign in to comment.