Sha256: f62fbc259d55a7ad16e10084d15fef563eb79e12ea1407400a8940c6f7bafef4

Contents?: true

Size: 584 Bytes

Versions: 9

Compression:

Stored size: 584 Bytes

Contents

  <h4>Currently this article is listed in following categories:</h4>
  <% for category in @article.categories %>
    <%= link_to_remote "- #{category.name}", :url => { :action => "category_remove", :id => @article.id, :category_id => category.id }, :update => 'categories' %><br/>
  <% end %>

  <h4>You can add it to the following categories:</h4>
  <% for category in @categories - @article.categories %>
    <%= link_to_remote "+ #{category.name}", :url => { :action => "category_add", :id => @article.id, :category_id => category.id }, :update => 'categories' %><br/>
  <% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/content/_show_categories.rhtml
typo-3.99.3 app/views/admin/content/_show_categories.rhtml
typo-3.99.1 app/views/admin/content/_show_categories.rhtml
typo-3.99.2 app/views/admin/content/_show_categories.rhtml
typo-4.0.2 app/views/admin/content/_show_categories.rhtml
typo-4.0.0 app/views/admin/content/_show_categories.rhtml
typo-4.0.1 app/views/admin/content/_show_categories.rhtml
typo-3.99.4 app/views/admin/content/_show_categories.rhtml
typo-4.0.3 app/views/admin/content/_show_categories.rhtml