photomix/app/views/albums/_form.html.erb
2009-05-25 21:39:43 +02:00

7 lines
276 B
Plaintext

<%= form.label :title %><br />
<%= form.text_field :title %><br />
<%= form.label :description %><br />
<%= form.text_area :description %><br />
<br />
Location on disk: <i><%= APP_CONFIG[:photos_path] + @album.path %></i><br/>
Contains: <%= @album.photos.count %> photos<br/>