Mercurial > hg > soundsoftware-site
view app/views/attachments/toggle_active.rhtml @ 1452:d6b9fd02bb89 feature_36_js_refactoring
Deprecated develoment branch.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 11 Oct 2013 17:01:24 +0100 |
parents | ce817f379723 |
children |
line wrap: on
line source
<%= file = Attachment.find(params[:id]) active_id = "active-" + file.id.to_s link_to_remote image_tag(file.active? ? 'fav.png' : 'fav_off.png'), :url => {:controller => 'attachments', :action => 'toggle_active', :project_id => @project.id, :id => file}, :update => active_id %>