Sha256: de6bbf1c1dd2822f4874c157ddd8c99c9c0ec83dd7f4502b22734a625a9dd0e1

Contents?: true

Size: 820 Bytes

Versions: 20

Compression:

Stored size: 820 Bytes

Contents

%ul.detailed-list.tags{:id => "people-#{subject.id}-tags"}
  - tags.each do |tag|
    %li.tag.deletable.rounder= tag

  %li.tag.new-tag.rounder= link_to_function '<i class="icon-plus-sign"></i> Add tag'.html_safe, "$(this).parent().hide(); $('.new-tag-form').show(); $('#new-tag-field').focus();"

= form_tag person_new_tag_path(subject), :method => :post, :class => 'new-tag-form form-search', :autocomplete => 'off', :style => 'display:none', :remote=>'true' do
  = hidden_field_tag :subject_id, subject.id, {:id=>'subject-id-field'}
  -# = text_field_tag :tag, nil, {:id=>'new-tag-field'}
  = text_field_tag :tag, "", :id=>"new-tag-field", :class => "typeahead", "data-provide"=>"typeahead", "data-items"=>"5", "data-source"=>"[" + @tags_string.html_safe + "]" 
  = submit_tag "Add Tag", :class => "btn"
  .tag-error

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.21 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.20 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.19 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.18 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.17 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.16 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.15 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.12 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.11 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.10 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.9 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.8 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.7 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.6 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.5 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.4 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.3 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.2 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre.1 app/views/shared/_tags.html.haml
artfully_ose-1.2.0.pre app/views/shared/_tags.html.haml