summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_blob.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-15 16:30:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-15 16:30:21 +0300
commit0505a882991da981b4797e0a48c7c5098cd084e2 (patch)
tree909c0c4d714fdde1e355a7d6c1917e7301b2d8b5 /app/views/projects/blob/_blob.html.haml
parentf18f8e675594ba86a59176933f2521a9c6ec9f2f (diff)
downloadgitlab-ce-0505a882991da981b4797e0a48c7c5098cd084e2.tar.gz
Hide control elements and last login for xs display
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/blob/_blob.html.haml')
-rw-r--r--app/views/projects/blob/_blob.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/blob/_blob.html.haml b/app/views/projects/blob/_blob.html.haml
index e59d970bf46..863e4e3de53 100644
--- a/app/views/projects/blob/_blob.html.haml
+++ b/app/views/projects/blob/_blob.html.haml
@@ -15,18 +15,18 @@
- else
= link_to title, '#'
-%ul.blob-commit-info.bs-callout.bs-callout-info
+%ul.blob-commit-info.bs-callout.bs-callout-info.hidden-xs
- blob_commit = @repository.last_commit_for_path(@commit.id, @blob.path)
= render blob_commit, project: @project
%div#tree-content-holder.tree-content-holder
.file-holder
- .file-title
+ .file-title.clearfix
%i.icon-file
%span.file_name
= blob.name
%small= number_to_human_size blob.size
- %span.options= render "actions"
+ %span.options.hidden-xs= render "actions"
- if blob.text?
= render "text", blob: blob
- elsif blob.image?