meeting
This commit is contained in:
7
app/views/meetings/_meeting_list.html.erb
Normal file
7
app/views/meetings/_meeting_list.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id="meetings_for_<%= parent.class.to_s %>_<%= parent.id.to_s %>">
|
||||
<% unless meeting_list.empty? %>
|
||||
<% meeting_list.each do |m| %>
|
||||
<%= render m %>
|
||||
<% end%>
|
||||
<% end%>
|
||||
</div>
|
||||
Reference in New Issue
Block a user