Radio, Web and Free Software

Changeset acff4dc3eee6e062cc1a86e06e6fd6fba910ee78

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • app/views/episode/create.rhtml

    r6013069 racff4dc  
    66<% form_tag(:action => :create) do %> 
    77 <p><label for="episode_title">Titre :</label><br/> 
    8  <%= text_field "episode", "title", :size => 40 %></p> 
     8 <%= text_field "episode", "title", :size => 50 %></p> 
    99 
    1010 <%= observe_field 'episode_title', :url => { :action => :create_slug }, 
     
    1515 
    1616 <p><label for="episode_slug">Lien :</label><br/> 
    17  <%= text_field("episode", "slug") %></p> 
     17 <%= text_field("episode", "slug", :size => 45) %></p> 
    1818 
    1919 <p><label for="episode_description">Description :</label><br/> 
  • app/views/episode/edit.rhtml

    r1e1c258 racff4dc  
    66<% form_tag(:action => :edit) do %> 
    77 <p><label for="episode_title">Titre :</label><br/> 
    8  <%= text_field("episode", "title") %></p> 
     8 <%= text_field("episode", "title", :size => 60) %></p> 
    99 
    1010 <p><label for="episode_order">Numéro :</label><br/>