Sha256: 08f6d1e5f573126752b1a7b38ee3b20b1440da11172467673ed11088be0bb1a8
Contents?: true
Size: 592 Bytes
Versions: 9
Compression:
Stored size: 592 Bytes
Contents
<h4>Currently this article has the following resources</h4> <% for resource in @article.resources %> <%= link_to_remote "- #{resource.filename}", :url => { :action => "resource_remove", :id => @article.id, :resource_id => resource.id}, :update => 'resources' %><br/> <% end %> <h4>You can associate the following resources</h4> <% for resource in @resources - @article.resources %> <%= link_to_remote "+ #{resource.filename}", :url => { :action => "resource_add", :id => @article.id, :resource_id => resource.id}, :update => 'resources' %><br/> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems