Commit 09d00563 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'improve/show_issue_state' of /home/git/repositories/gitlab/gitlabhq

parents 81eae5de d4ffcc7c
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
%h4.box-title %h4.box-title
- if @issue.closed? - if @issue.closed?
.state-label.state-label-red Closed .state-label.state-label-red Closed
- else
.state-label.state-label-green Open
= gfm escape_once(@issue.title) = gfm escape_once(@issue.title)
.ui-box-body .ui-box-body
...@@ -71,4 +73,4 @@ ...@@ -71,4 +73,4 @@
- @issue.participants.each do |participant| - @issue.participants.each do |participant|
= link_to_member(@project, participant, name: false, size: 24) = link_to_member(@project, participant, name: false, size: 24)
.voting_notes#notes= render "projects/notes/notes_with_form" .voting_notes#notes= render "projects/notes/notes_with_form"
\ No newline at end of file
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