Sha256: c14d7ef69382cf390d5a4c56af9df40a3675060889d2b345f2a17a2faa591adb
Contents?: true
Size: 606 Bytes
Versions: 5
Compression:
Stored size: 606 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
5 entries across 5 versions & 1 rubygems