summaryrefslogtreecommitdiff
path: root/app/views
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
parent550c1828a3c4bc61ae95c9fe123450ab0897e219 (diff)
downloadgitlab-ce-9587506124f2a36f9b844da2c9fe17a26fe1daa9.tar.gz
Dont override default table with bootstrap class. Refactor table css
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/tree/_tree.html.haml2
-rw-r--r--app/views/projects/tree/_tree_item.html.haml2
2 files changed, 2 insertions, 2 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
diff --git a/app/views/projects/tree/_tree_item.html.haml b/app/views/projects/tree/_tree_item.html.haml
index 0a76d5c21b6..f8856afc866 100644
--- a/app/views/projects/tree/_tree_item.html.haml
+++ b/app/views/projects/tree/_tree_item.html.haml
@@ -1,7 +1,7 @@
%tr{ class: "tree-item #{tree_hex_class(tree_item)}" }
%td.tree-item-file-name
= tree_icon(type)
- %strong= link_to truncate(tree_item.name, length: 40), project_tree_path(@project, tree_join(@id || @commit.id, tree_item.name))
+ %span= link_to truncate(tree_item.name, length: 40), project_tree_path(@project, tree_join(@id || @commit.id, tree_item.name))
%td.tree_time_ago.cgray
%span.log_loading.hide
Loading commit data...