Sha256: e7d630706916d9adde280db415bcc5843d69383447982bc317382f900a449824
Contents?: true
Size: 874 Bytes
Versions: 7
Compression:
Stored size: 874 Bytes
Contents
<%= form_for [:admin, @picture] do |f| %> <%= hidden_field_tag :query, params[:query] %> <%= hidden_field_tag :size, params[:size] %> <%= hidden_field_tag :tagged_with, params[:tagged_with] %> <%= hidden_field_tag :filter, params[:filter] %> <table> <tr> <td class="label"><%= f.label :name %></td> <td class="input"> <%= f.text_field :name, :class => "thin_border long" %> </td> </tr> <tr> <td class="label"><%= f.label :tag_list %>*</td> <td class="input"> <%= render 'alchemy/admin/partials/autocomplete_tag_list', :f => f, :object => @picture %> </td> </tr> <tr> <td class="submit" colspan="2"> <%= f.button t(:save), :name => nil, :class => 'button' %> </td> </tr> </table> <p class="foot_note"><%= t('Please seperate the tags with commata') %></p> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems