Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-19 06:42:09 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-19 06:42:09 +0300
commitfd41e39906544e3e587ccd38491f4fa6cd445a99 (patch)
tree14e6509ff0fc7e433e744808621deda8e98410a4 /app/views/projects/issues/_discussion.html.haml
parent3a46ea4ce666fb0276d71a55f8ee3c5fad76b66d (diff)
Votes block has less priority than assignee/milestone
Diffstat (limited to 'app/views/projects/issues/_discussion.html.haml')
-rw-r--r--app/views/projects/issues/_discussion.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml
index ec03f375d6b..b5d6a16a1e1 100644
--- a/app/views/projects/issues/_discussion.html.haml
+++ b/app/views/projects/issues/_discussion.html.haml
@@ -19,14 +19,14 @@
%span.slead.has_tooltip{:"data-original-title" => 'Cross-project reference'}
= cross_project_reference(@project, @issue)
%hr
+ .context
+ %cite.cgray
+ = render partial: 'issue_context', locals: { issue: @issue }
+ %hr
.clearfix
.votes-holder
%h6 Votes
#votes= render 'votes/votes_block', votable: @issue
- %hr
- .context
- %cite.cgray
- = render partial: 'issue_context', locals: { issue: @issue }
- if @issue.labels.any?
%hr