Changeset 171
- Timestamp:
- 07/22/08 07:20:47 (4 months ago)
- Files:
-
- nethorus/app/views/site_admin/edit.html.erb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nethorus/app/views/site_admin/edit.html.erb
r168 r171 15 15 <% end %> 16 16 17 18 <fieldset> 19 <legend>Site information</legend> 20 <label for="description">Description</label><%= form.text_field :description %> 21 </fieldset> 22 17 23 <%= submit_tag @site.id ? 'Save' : 'Create' %> 18 24 … … 21 27 <% end %> 22 28 23 <table class="horiz">24 <tr>25 <th>Description</th>26 <td><%= form.text_field :description %></td>27 </tr>28 </table>29 30 29 <% end %>
