Last change
on this file since 53aed1c was 7b7d827, checked in by njw <njw@…>, 11 years ago |
opened projects: hothotwrite and contact
|
-
Property mode
set to
100644
|
File size:
282 bytes
|
Rev | Line | |
---|
[7b7d827] | 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.