diff options
Diffstat (limited to 'app/views/issues/history.rhtml')
-rw-r--r-- | app/views/issues/history.rhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/issues/history.rhtml b/app/views/issues/history.rhtml index 2443cc739..830e1fc8e 100644 --- a/app/views/issues/history.rhtml +++ b/app/views/issues/history.rhtml @@ -1,6 +1,6 @@ -<h3><%=l(:label_history)%></h3>
-<div id="history">
-<%= render :partial => 'history', :locals => { :journals => @journals } %>
-</div>
-<br />
+<h3><%=l(:label_history)%></h3> +<div id="history"> +<%= render :partial => 'history', :locals => { :journals => @journals } %> +</div> +<br /> <p><%= link_to l(:button_back), :action => 'show', :id => @issue %></p>
\ No newline at end of file |