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:
370 bytes
|
Rev | Line | |
---|
[7b7d827] | 1 | <h1>Editing contactgroup</h1>
|
---|
| 2 |
|
---|
| 3 | <table>
|
---|
| 4 | <% form_tag :action => 'update', :id => @contactgroup do %>
|
---|
| 5 | <%= render :partial => 'form' %>
|
---|
| 6 | <tr>
|
---|
| 7 | <td><%= submit_tag 'Edit' %></td>
|
---|
| 8 | <td></td>
|
---|
| 9 | </tr>
|
---|
| 10 | <tr>
|
---|
| 11 | <td><%= link_to 'Show', :action => 'show', :id => @contactgroup %></td>
|
---|
| 12 | <td><%= link_to 'Back', :action => 'list' %></td>
|
---|
| 13 | </tr>
|
---|
| 14 | <% end %>
|
---|
| 15 | </table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.