Skip to content

Commit

Permalink
Provisional design until markup is available
Browse files Browse the repository at this point in the history
  • Loading branch information
rbngzlv committed Apr 8, 2018
1 parent bdddf21 commit ff8914d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions decidim-meetings/app/views/decidim/meetings/meetings/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
</div>
<% end %>
</div>

<% if meeting.services.any? %>
<div class="card extra definition-data">
<% meeting.services.each do |service| %>
<div class="definition-data__item participatory_scope">
<span class="definition-data__title"><%= translated_attribute(service["title"]) %></span>
<%= translated_attribute(service["description"]) %>
</div>
<% end %>
</div>
<% end %>
<%= resource_reference(meeting) %>
<%= render partial: "decidim/shared/share_modal" %>
<%= embed_modal_for meeting_meeting_widget_url(meeting, format: :js) %>
Expand Down

0 comments on commit ff8914d

Please sign in to comment.