# HG changeset patch # User luisf # Date 1280074274 -3600 # Node ID baf26f9eb1cf2b02b7dae29d26b1136ee700e516 # Parent ce1614b19759f8cd0fb7d70a2aa6c5d62dbfe66e Created the Publications Box that can be added to the "My Page" diff -r ce1614b19759 -r baf26f9eb1cf vendor/plugins/redmine_bibliography/app/views/my/blocks/_publications_box.html.erb --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/app/views/my/blocks/_publications_box.html.erb Sun Jul 25 17:11:14 2010 +0100 @@ -0,0 +1,8 @@ +

<%= l('publications_box')%>

+<% Publication.find(:all).each do |pub|%> +
+

<%= pub.title %>

+
+<% end %> + + diff -r ce1614b19759 -r baf26f9eb1cf vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Mon Jul 25 16:33:06 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Sun Jul 25 17:11:14 2010 +0100 @@ -4,6 +4,7 @@ authors: "Authors" author: "Author" name: "Name" + publications_box: "My Publications" label_add_me_as_author: "Add me as an author" label_add_another_author: "Add another author"