Sha256: d1507232f559813f37abf67054e573ad2393eab87b40bc4031af17aa72dd89e7

Contents?: true

Size: 611 Bytes

Versions: 5

Compression:

Stored size: 611 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') %>
    <%= alchemy_crm_t(:tags_get_created_while_tagging_contacts) %>
  </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

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 app/views/alchemy_crm/admin/tags/new.html.erb
alchemy_crm-2.0.4.1 app/views/alchemy_crm/admin/tags/new.html.erb
alchemy_crm-2.1.0a app/views/alchemy_crm/admin/tags/new.html.erb
alchemy_crm-2.0.3 app/views/alchemy_crm/admin/tags/new.html.erb
alchemy_crm-2.0.2 app/views/alchemy_crm/admin/tags/new.html.erb