source: de.wigbels.ruby/contact/app/views/admincontactgroup/new.rhtml @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
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.