@@ -62,7 +62,10 | |||||
62 | <hr /> |
|
62 | <hr /> | |
63 | <% if @issue.description? %> |
|
63 | <% if @issue.description? %> | |
64 | <div class="contextual"> |
|
64 | <div class="contextual"> | |
65 | <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> |
|
65 | <%= link_to_remote_if_authorized( | |
|
66 | l(:button_quote), | |||
|
67 | { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, | |||
|
68 | :class => 'icon icon-comment') %> | |||
66 | </div> |
|
69 | </div> | |
67 |
|
70 | |||
68 | <p><strong><%=l(:field_description)%></strong></p> |
|
71 | <p><strong><%=l(:field_description)%></strong></p> |
General Comments 0
You need to be logged in to leave comments.
Login now