Revision 1360:45dbcd39b9e9 plugins/redmine_bibliography/app/views

View differences:

plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb
18 18
         <%= link_to(l("more_details_link"), {:controller => :publications, :action => :show, :id => publication.id, :project_id => @project.id}) -%>
19 19

  
20 20
         <%= link_to l(:bibtex_link).html_safe, "javascript:void(0)", :class => "bibtex-link"-%>
21

  
22
        <%- unless publication.external_url.blank? -%>
23
            <%= link_to l(:external_url_link), publication.external_url, {:target => "_blank"} -%>
24
        <%- end -%>
25

  
26

  
21 27
       </dd>
22 28
       <dd class="bibtex-textarea collapsed" style="display: none;">
23 29
         <textarea readonly> <%= print_bibtex_format(publication) -%> </textarea>

Also available in: Unified diff