summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-24 12:08:28 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-24 12:08:28 +0300
commit9587506124f2a36f9b844da2c9fe17a26fe1daa9 (patch)
tree89abd47adb5f17c9910cdb0cf020fdd1d24f045f /app/views/projects/tree/_tree.html.haml
parent550c1828a3c4bc61ae95c9fe123450ab0897e219 (diff)
downloadgitlab-ce-9587506124f2a36f9b844da2c9fe17a26fe1daa9.tar.gz
Dont override default table with bootstrap class. Refactor table css
Diffstat (limited to 'app/views/projects/tree/_tree.html.haml')
-rw-r--r--app/views/projects/tree/_tree.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree.html.haml b/app/views/projects/tree/_tree.html.haml
index 0b1148b3e74..ae5f30c0004 100644
--- a/app/views/projects/tree/_tree.html.haml
+++ b/app/views/projects/tree/_tree.html.haml
@@ -26,7 +26,7 @@
= link_to @commit.short_id, project_commit_path(@project, @commit)
&ndash;
= truncate(@commit.title, length: 50)
- %th= link_to "history", project_commits_path(@project, @id), class: "btn btn-tiny pull-right"
+ %th= link_to "history", project_commits_path(@project, @id), class: "pull-right"
- if tree.up_dir?
%tr.tree-item