annotate app/views/attachments/toggle_active.js.erb @ 1390:ac480b6a13cf
luisf
Removed javascript code from partials, so that it is included only once in the page.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Wed, 25 Sep 2013 17:44:05 +0100 |
parents |
00e9a262ffe5 |
children |
|
rev |
line source |
chris@1158
|
1 $('#active-<%= @attachment.id %>').html('<%= link_to image_tag(@attachment.active? ? 'fav.png' : 'fav_off.png'), {:controller => 'attachments', :action => 'toggle_active', :project_id => @project.id, :id => @attachment}, :remote => true %>');
|