]> source.dussan.org Git - redmine.git/commitdiff
Fixed: Double dot displayed on ticket view when ticket not updated (closes #813).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Apr 2008 17:25:06 +0000 (17:25 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Apr 2008 17:25:06 +0000 (17:25 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1344 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.rhtml

index 77d9ce640d1ed2199c7af93b3dae71dab33505c5..f788d0ec8cbbc732d3ca579e4c6056b09e0db467 100644 (file)
@@ -13,7 +13,7 @@
         <h3><%=h @issue.subject %></h3>
         <p class="author">
         <%= authoring @issue.created_on, @issue.author %>.
-        <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) if @issue.created_on != @issue.updated_on %>.
+        <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) + '.' if @issue.created_on != @issue.updated_on %>
         </p>
 
 <table width="100%">