Sha256: a2b6d95760731200f147c6866c3ef01d4dff17f1e2b623d85eb5371a119c069b

Contents?: true

Size: 593 Bytes

Versions: 17

Compression:

Stored size: 593 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', autofocus: true %></td>
    </tr>
    <tr>
      <td colspan="2" class="submit"><%= form.button _t(:save), name: nil, class: 'button' %></td>
    </tr>
  </table>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/tags/new.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/tags/new.html.erb