source: de.wigbels.ruby/contact/app/views/admincontact/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: 282 bytes
Line 
1<h1>New contact</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      <td></td>
10      <td></td>
11    </tr>
12<% end %>
13</table>
Note: See TracBrowser for help on using the repository browser.