mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-12-29 14:11:00 -05:00
Update view.html.erb
This commit is contained in:
@@ -1,25 +1,6 @@
|
|||||||
<h2><%= issue_heading(@issue) %></h2>
|
<h2><%= issue_heading(@issue) %></h2>
|
||||||
|
|
||||||
<div class="<%= @issue.css_classes %> details">
|
<%= avatar(@issue.author, :size => "50") %>
|
||||||
<% if @prev_issue_id || @next_issue_id %>
|
|
||||||
<div class="next-prev-links contextual">
|
|
||||||
<%= link_to_if @prev_issue_id,
|
|
||||||
"\xc2\xab #{l(:label_previous)}",
|
|
||||||
(@prev_issue_id ? issue_path(@prev_issue_id) : nil),
|
|
||||||
:title => "##{@prev_issue_id}",
|
|
||||||
:accesskey => accesskey(:previous) %> |
|
|
||||||
<% if @issue_position && @issue_count %>
|
|
||||||
<span class="position"><%= l(:label_item_position, :position => @issue_position, :count => @issue_count) %></span> |
|
|
||||||
<% end %>
|
|
||||||
<%= link_to_if @next_issue_id,
|
|
||||||
"#{l(:label_next)} \xc2\xbb",
|
|
||||||
(@next_issue_id ? issue_path(@next_issue_id) : nil),
|
|
||||||
:title => "##{@next_issue_id}",
|
|
||||||
:accesskey => accesskey(:next) %>
|
|
||||||
</div>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<%= avatar(@issue.author, :size => "50") %>
|
|
||||||
|
|
||||||
<div class="subject">
|
<div class="subject">
|
||||||
<%= render_issue_subject_with_tree(@issue) %>
|
<%= render_issue_subject_with_tree(@issue) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user