Changeset 1248
- Timestamp:
- 07/25/08 16:02:55 (4 months ago)
- Files:
-
- trunk/app/views/episode/edit.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/episode/edit.rhtml
r1193 r1248 14 14 <%= textile_editor 'episode', 'description', :rows => 10, :cols => 50 -%></p> 15 15 16 <p><label for="episode_broadcasted_at">Date de diffusion :</label><br/> 17 <%= datetime_select 'episode', 'broadcasted_at', :order => [ :day, :month, :year ], :minute_step => 15 -%></p> 18 16 19 <%= submit_tag "Modifier" %> ou <%= link_to("revenir", :action => "show", :id => @episode ) %> 17 20 <%= textile_editor_initialize -%>
