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