summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-14 15:58:15 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-14 15:58:15 +0200
commit0331f36a2c97180b95355cc676b3c8238c763789 (patch)
treeef76b4207da44d109bde4acb2fa6140cc563f76e /app
parente19ff109a27b331cafb36f5681af43e3fc5a66e8 (diff)
downloadgitlab-ce-0331f36a2c97180b95355cc676b3c8238c763789.tar.gz
Few responsive fixes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/issues/_issue_context.html.haml2
-rw-r--r--app/views/projects/merge_requests/show/_mr_title.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/_issue_context.html.haml b/app/views/projects/issues/_issue_context.html.haml
index 7ddf470b6a0..35ea4f260fa 100644
--- a/app/views/projects/issues/_issue_context.html.haml
+++ b/app/views/projects/issues/_issue_context.html.haml
@@ -11,7 +11,7 @@
= link_to_member(@project, @issue.assignee)
- .pull-right.hidden-sm
+ .pull-right.hidden-sm.hidden-xs
- if issue.milestone
- milestone = issue.milestone
%cite.cgray Attached to milestone
diff --git a/app/views/projects/merge_requests/show/_mr_title.html.haml b/app/views/projects/merge_requests/show/_mr_title.html.haml
index 08a3fdf869a..7540c8a640f 100644
--- a/app/views/projects/merge_requests/show/_mr_title.html.haml
+++ b/app/views/projects/merge_requests/show/_mr_title.html.haml
@@ -34,7 +34,7 @@
%i.icon-edit
Edit
-.votes-holder
+.votes-holder.hidden-sm.hidden-xs
#votes= render 'votes/votes_block', votable: @merge_request
.back-link