Moved OPEN and removed back link (you can easily click on issues to get to the same spot)

This commit is contained in:
Steven Verbeek 2012-03-17 02:17:04 -03:00
parent 3263f2e1ab
commit 7712d81f9b

View file

@ -17,18 +17,9 @@
%br
- if @issue.upvotes > 0
.upvotes#upvotes= "+#{pluralize @issue.upvotes, 'upvote'}"
.back_link
= link_to project_issues_path(@project) do
← To issues list
%hr
- if @issue.closed
.alert-message.error Closed
- else
.alert-message.success Open
%div.well
@ -40,6 +31,11 @@
%cite.cgray and currently assigned to
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
%strong.author= link_to_issue_assignee(@issue)
- if @issue.closed
.alert-message.error Closed
- else
.alert-message.success Open
%hr