Skip to content

Instantly share code, notes, and snippets.

@apolzon
Created May 13, 2010 19:43
Show Gist options
  • Save apolzon/400358 to your computer and use it in GitHub Desktop.
Save apolzon/400358 to your computer and use it in GitHub Desktop.
<%= link_to_remote "Preview Manuscript",
:url => { :action => "display_ipaper", :manuscript => @manuscript.id }
%>
(RJS file:)
page.replace "ipaper-display", Manuscript.find_by_id(params[:manuscript]).display_ipaper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment