source:
de.wigbels.ruby/contact/app/views/admincontactgroup/new.rhtml@
53aed1c
Last change on this file since 53aed1c was 7b7d827, checked in by , 11 years ago | |
---|---|
|
|
File size: 239 bytes |
Line | |
---|---|
1 | <h1>New contactgroup</h1> |
2 | |
3 | <table> |
4 | <% form_tag :action => 'create' do %> |
5 | <%= render :partial => 'form' %> |
6 | <tr> |
7 | <td><%= submit_tag "Create" %></td> |
8 | <td><%= link_to 'Back', :action => 'list' %></td> |
9 | </tr> |
10 | <% end %> |
11 | </table> |
12 |
Note:
See TracBrowser
for help on using the repository browser.