Commit 38ecec447299ed77a358782a1c0d9c058b91631e
1 parent
5c4e74ac
Exists in
master
and in
4 other branches
Remove tree single-tab panel
Showing
5 changed files
with
8 additions
and
21 deletions
Show diff stats
app/assets/stylesheets/common.scss
| @@ -173,17 +173,6 @@ ul.breadcrumb { | @@ -173,17 +173,6 @@ ul.breadcrumb { | ||
| 173 | font-weight: bold; | 173 | font-weight: bold; |
| 174 | font-size: 14px; | 174 | font-size: 14px; |
| 175 | } | 175 | } |
| 176 | - | ||
| 177 | - .arrow { | ||
| 178 | - background: url("images.png") no-repeat -85px -77px; | ||
| 179 | - width: 19px; | ||
| 180 | - height: 16px; | ||
| 181 | - float: left; | ||
| 182 | - position: relative; | ||
| 183 | - left: -10px; | ||
| 184 | - padding: 0; | ||
| 185 | - margin: 0; | ||
| 186 | - } | ||
| 187 | } | 176 | } |
| 188 | 177 | ||
| 189 | input[type=text] { | 178 | input[type=text] { |
app/assets/stylesheets/sections/tree.scss
app/views/tree/_head.html.haml
app/views/tree/_tree.html.haml
| 1 | %ul.breadcrumb | 1 | %ul.breadcrumb |
| 2 | %li | 2 | %li |
| 3 | - %span.arrow | 3 | + %i.icon-angle-right |
| 4 | = link_to project_tree_path(@project, @ref) do | 4 | = link_to project_tree_path(@project, @ref) do |
| 5 | - = @project.name | 5 | + = @project.path |
| 6 | - tree.breadcrumbs(6) do |title, path| | 6 | - tree.breadcrumbs(6) do |title, path| |
| 7 | \/ | 7 | \/ |
| 8 | %li | 8 | %li |
app/views/tree/show.html.haml