source: de.wigbels.ruby/contact/app/views/admincontact/edit.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: 419 bytes
Line 
1<h1>Editing contact</h1>
2
3<table>
4<% form_tag :action => 'update', :id => @contact do %>
5  <%= render :partial => 'form' %>
6        <tr>
7                <td><label>Action</label></td>
8                <td><%= submit_tag 'Submit' %></td>
9        </tr>
10<% end %>
11    <tr>
12      <td><%= link_to 'Show', :action => 'show', :id => @contact %></td>
13      <td><%= link_to 'Back', :action => 'list' %></td>
14      <td></td>
15      <td></td>
16    </tr>
17</table>
Note: See TracBrowser for help on using the repository browser.