forked from bofh/fetsite
meetingtyp management
This commit is contained in:
5
app/views/meetingtyps/_meetingtyp.html.erb
Normal file
5
app/views/meetingtyps/_meetingtyp.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<%= 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? %>
|
||||
Reference in New Issue
Block a user