# HG changeset patch # User luisf # Date 1371563944 -3600 # Node ID 17f075c7fd4159c7501f78173831a9906266bc50 # Parent 2abc48cc545e47bb65e9ddf0dad017321ef5039c toggles bibtex. diff -r 2abc48cc545e -r 17f075c7fd41 plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb --- a/plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb Tue Jun 18 14:30:52 2013 +0100 +++ b/plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb Tue Jun 18 14:59:04 2013 +0100 @@ -15,9 +15,9 @@ <%= print_ieee_format(publication) %>
- <%= link_to("[More Details]", {:controller => :publications, :action => :show, :id => publication.id, :project_id => @project.id}) -%> + <%= link_to(l("more_details_link"), {:controller => :publications, :action => :show, :id => publication.id, :project_id => @project.id}) -%> - <%= link_to_function "[BIBTEX]", onclick="toggleBibtex(this)" -%> + <%= link_to l(:bibtex_link).html_safe, "javascript:void(0)", :class => "bibtex-link"-%>