Commit a8cf13e8 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Restores the issue description label (#6677).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4506 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent ac60fc9c
...@@ -47,14 +47,16 @@ ...@@ -47,14 +47,16 @@
<% if @issue.description? || @issue.attachments.any? -%> <% if @issue.description? || @issue.attachments.any? -%>
<hr /> <hr />
<div class="contextual"> <% if @issue.description? %>
<%= link_to_remote_if_authorized(l(:button_quote), { :url => {:action => 'reply', :id => @issue} }, :class => 'icon icon-comment') if @issue.description? %> <div class="contextual">
</div> <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:action => 'reply', :id => @issue} }, :class => 'icon icon-comment') %>
</div>
<div class="wiki">
<%= textilizable @issue, :description, :attachments => @issue.attachments %> <p><strong><%=l(:field_description)%></strong></p>
</div> <div class="wiki">
<%= textilizable @issue, :description, :attachments => @issue.attachments %>
</div>
<% end %>
<%= link_to_attachments @issue %> <%= link_to_attachments @issue %>
<% end -%> <% end -%>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment