# HG changeset patch # User Chris Cannam # Date 1316446593 -3600 # Node ID bd88afe2183192439bc70fc51cfe46eeb9d2cbb2 # Parent 614b2d1580d0504d3cd9d10e00320a8381436d1a Minor layout fixes diff -r 614b2d1580d0 -r bd88afe21831 vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb Mon Sep 19 12:49:31 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb Mon Sep 19 16:36:33 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 614b2d1580d0 -r bd88afe21831 vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Mon Sep 19 12:49:31 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Mon Sep 19 16:36:33 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"