Files
fetsite/app/views/meetingtyps/_meetingtyp.html.erb
Andreas Stephanides f1a149908d meetingtyp management
2015-02-09 15:38:21 +01:00

6 lines
290 B
Plaintext

<%= meetingtyp.name %> <%= link_to "edit", edit_meetingtyp_path(meetingtyp) %>
<%= link_to "create" , create_protocol_and_agenda_meetingtyp_path(meetingtyp) %>
<%= render meetingtyp.protocol unless meetingtyp.protocol.nil? %>
<%= render meetingtyp.agenda unless meetingtyp.agenda.nil? %>