2011-04-25 07:50:07 +02:00
|
|
|
<%= content_for :javascript do %>
|
2010-11-21 12:16:52 +01:00
|
|
|
<%= javascript_include_tag "tag/tag" -%>
|
2009-05-25 21:39:43 +02:00
|
|
|
<% end %>
|
2009-06-16 21:43:03 +02:00
|
|
|
<%= hidden_field_tag :all_tags, @tags %>
|
2009-05-25 21:39:43 +02:00
|
|
|
<%= form.label :title %><br />
|
|
|
|
<%= form.text_field :title %><br />
|
|
|
|
<br />
|
|
|
|
<%= form.label :tag_list %><br />
|
2009-06-03 21:30:09 +02:00
|
|
|
<%= form.text_field :tag_list, { :autocomplete => "off", :class => 'tag_list'} %><br />
|
2009-06-28 18:02:19 +02:00
|
|
|
<br />
|
|
|
|
<%= form.label :description %><br />
|
|
|
|
<%= form.text_area :description %><br />
|
2009-05-25 21:39:43 +02:00
|
|
|
<br/>
|
2011-04-12 06:35:42 +02:00
|
|
|
<p>On disk: ~/<%= @photo.file.path %></p>
|