Changeset acff4dc3eee6e062cc1a86e06e6fd6fba910ee78
- Timestamp:
- 07/27/10 22:42:59 (6 weeks ago)
- Author:
- Alban Peignier <alban@…>
- Parents:
- 380a700a6814a7356b9e61ea1bd9b3a88ababdc5
- Children:
- d615d174087ec3b764e19b0799273741a6c8dee6
- git-committer:
- Alban Peignier <alban@tryphon.eu> / 2010-07-27T22:42:59Z+0200
- Message:
-
Use larger text fields for Episode#title and #slug. Refs #17
- Location:
- app/views/episode
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6013069
|
racff4dc
|
|
| 6 | 6 | <% form_tag(:action => :create) do %> |
| 7 | 7 | <p><label for="episode_title">Titre :</label><br/> |
| 8 | | <%= text_field "episode", "title", :size => 40 %></p> |
| | 8 | <%= text_field "episode", "title", :size => 50 %></p> |
| 9 | 9 | |
| 10 | 10 | <%= observe_field 'episode_title', :url => { :action => :create_slug }, |
| … |
… |
|
| 15 | 15 | |
| 16 | 16 | <p><label for="episode_slug">Lien :</label><br/> |
| 17 | | <%= text_field("episode", "slug") %></p> |
| | 17 | <%= text_field("episode", "slug", :size => 45) %></p> |
| 18 | 18 | |
| 19 | 19 | <p><label for="episode_description">Description :</label><br/> |
-
|
r1e1c258
|
racff4dc
|
|
| 6 | 6 | <% form_tag(:action => :edit) do %> |
| 7 | 7 | <p><label for="episode_title">Titre :</label><br/> |
| 8 | | <%= text_field("episode", "title") %></p> |
| | 8 | <%= text_field("episode", "title", :size => 60) %></p> |
| 9 | 9 | |
| 10 | 10 | <p><label for="episode_order">Numéro :</label><br/> |