From 7712d81f9bb3cdfdf3051ba6fc287ce53b1006b1 Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 17 Mar 2012 02:17:04 -0300 Subject: [PATCH] Moved OPEN and removed back link (you can easily click on issues to get to the same spot) --- app/views/issues/show.html.haml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index ccd35b3..d31c0af 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -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 -- libgit2 0.21.2