Sha256: 52c5f735325ceca321b8af04e8d9466394e3a3594c84dcfb443d726d4374d98f

Contents?: true

Size: 599 Bytes

Versions: 7

Compression:

Stored size: 599 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

7 entries across 7 versions & 1 rubygems

Version Path
alchemy_cms-2.4.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/tags/new.html.erb