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

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