Sha256: b7264a3347f2ee69bf4a7c50b5ca528e71bd8134e584201cd3ee702c1d501658

Contents?: true

Size: 601 Bytes

Versions: 9

Compression:

Stored size: 601 Bytes

Contents

<%= form_for [:admin, @tag], :as => :tag, :url => admin_tags_path, :html => {:id => 'new_tag'}, :remote => true do |form| %>
  <div class="info">
    <%= render_icon('info') %>
    <%= _t(:tags_get_created_if_used_the_first_time) %>
  </div>
  <div id="errors" style="display: none"></div>
  <table>
    <tr>
      <td class="label"><%= form.label :name %></td>
      <td class="input"><%= form.text_field :name, :class => 'input_field' %></td>
    </tr>
    <tr>
      <td colspan="2" class="submit"><%= form.button _t('save'), :name => nil, :class => 'button' %></td>
    </tr>
  </table>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/tags/new.html.erb