diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 15:20:08 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 15:20:08 +0000 |
commit | 3c6ddc9cecc250b3853025ca8b10a964bed0ff97 (patch) | |
tree | f51d5f099c21f9c13a5bcd1a77b2d4978c7cfa47 /app/views/news/show.rhtml | |
parent | 89b349818bfaee2669aab99df9e11de84c0f145c (diff) | |
download | redmine-3c6ddc9cecc250b3853025ca8b10a964bed0ff97.tar.gz redmine-3c6ddc9cecc250b3853025ca8b10a964bed0ff97.zip |
Changed author display on issues, news and document files.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@732 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news/show.rhtml')
-rw-r--r-- | app/views/news/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index fd05e4234..5f92801f4 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -6,7 +6,7 @@ <h2><%=h @news.title %></h2> <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %> -<%= @news.author.name %>, <%= format_time(@news.created_on) %></em></p> +<span class="author"><%= authoring @news.created_on, @news.author %></span></em></p> <%= textilizable(@news.description) %> <br /> |