view plugins/redmine_embedded/app/views/redmine_embedded/index.html.erb @ 1367:a2e51c0a7860 luisf

Correctly clears the cache when publication authors' order is changed.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 19 Aug 2013 16:33:09 +0100
parents 22d81bd0b62c
children
line wrap: on
line source
<%= render :partial => "upload" if User.current.allowed_to?(:edit_embedded_doc, @project) -%>

<!-- Embedded page -->
<%= @content.html_safe %>
<!-- Embedded page end -->

<% html_title(@title) if @title %>

<% asset_include_tags(@doc_template) %>