Changeset 1262
- Timestamp:
- 07/27/08 18:00:52 (5 months ago)
- Files:
-
- trunk/app/views/episode/edit.rhtml (modified) (1 diff)
- trunk/app/views/episode/show.rhtml (modified) (1 diff)
- trunk/public/images/tags.png (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/episode/edit.rhtml
r1248 r1262 14 14 <%= textile_editor 'episode', 'description', :rows => 10, :cols => 50 -%></p> 15 15 16 <p><label for="episode_tag_list">Etiquettes :</label><br/> 17 <%= text_field 'episode', 'tag_list' -%></p> 18 16 19 <p><label for="episode_broadcasted_at">Date de diffusion :</label><br/> 17 20 <%= datetime_select 'episode', 'broadcasted_at', :order => [ :day, :month, :year ], :minute_step => 15 -%></p> trunk/app/views/episode/show.rhtml
r1257 r1262 10 10 créé <%= format_date(@episode.created_at) %>, modifié <%= format_date(@episode.updated_at) %> 11 11 </p> 12 13 <div class="tags"> 14 Etiquettes : <%= @episode.tag_list.join(', ') %> 15 </div> 12 16 13 17 <div class="actions">
