# HG changeset patch # User luisf # Date 1316447083 -3600 # Node ID c7306033ba7a9a60a03f2817ef3e26393524b44c # Parent 2b665b7e67f4eac89ce46cbfe1317bff408da931# Parent bd88afe2183192439bc70fc51cfe46eeb9d2cbb2 Merge from 699:bd88afe21831 diff -r 2b665b7e67f4 -r c7306033ba7a vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb Mon Sep 19 16:44:12 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb Mon Sep 19 16:44:43 2011 +0100 @@ -1,6 +1,6 @@

<%=l(:label_authors_show)%>

-
+
@@ -21,4 +21,8 @@ <% end %>
-
\ No newline at end of file +
+ +<% content_for :sidebar do %> +<% end %> + diff -r 2b665b7e67f4 -r c7306033ba7a vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Mon Sep 19 16:44:12 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Mon Sep 19 16:44:43 2011 +0100 @@ -23,7 +23,7 @@ label_all_publications: All Publications label_all_publications_for_project: Publications associated with %{project} - label_authors_show: "Authorships by this author" + label_authors_show: "Authorships associated with this author" label_authors_index: "List of authors" field_authorship_publication_title: "Publication Title"