Re-added back to issues list, but moved it above title. Added css to move issue meta data around.
This commit is contained in:
parent
7712d81f9b
commit
1b96985025
|
@ -1,3 +1,7 @@
|
||||||
|
.back_link
|
||||||
|
= link_to project_issues_path(@project) do
|
||||||
|
← To issues list
|
||||||
|
|
||||||
%h3
|
%h3
|
||||||
#{@issue.title}
|
#{@issue.title}
|
||||||
%small
|
%small
|
||||||
|
@ -24,18 +28,20 @@
|
||||||
|
|
||||||
%div.well
|
%div.well
|
||||||
%div
|
%div
|
||||||
%cite.cgray Created by
|
%div.issue_meta
|
||||||
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
|
%cite.cgray Created by
|
||||||
%strong.author= link_to_issue_author(@issue)
|
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
|
||||||
|
%strong.author= link_to_issue_author(@issue)
|
||||||
%cite.cgray and currently assigned to
|
|
||||||
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
|
%cite.cgray and currently assigned to
|
||||||
%strong.author= link_to_issue_assignee(@issue)
|
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
|
||||||
|
%strong.author= link_to_issue_assignee(@issue)
|
||||||
|
|
||||||
- if @issue.closed
|
%div.issue_status
|
||||||
.alert-message.error Closed
|
- if @issue.closed
|
||||||
- else
|
.alert-message.error Closed
|
||||||
.alert-message.success Open
|
- else
|
||||||
|
.alert-message.success Open
|
||||||
|
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue