Commit d155b3e7 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq

parents d819b9d4 1eaa8e18
...@@ -50,7 +50,7 @@ class Dispatcher ...@@ -50,7 +50,7 @@ class Dispatcher
new TreeView() new TreeView()
when 'projects:blob:show' when 'projects:blob:show'
new BlobView() new BlobView()
when 'projects:labels:new' when 'projects:labels:new', 'projects:labels:edit'
new Labels() new Labels()
switch path.first() switch path.first()
......
...@@ -89,6 +89,10 @@ ...@@ -89,6 +89,10 @@
} }
} }
.project-description {
overflow: hidden;
}
.project-access-icon { .project-access-icon {
margin-left: 10px; margin-left: 10px;
float: left; float: left;
......
...@@ -192,6 +192,7 @@ ul.nav.nav-projects-tabs { ...@@ -192,6 +192,7 @@ ul.nav.nav-projects-tabs {
background-image: none; background-image: none;
.btn, &.btn { .btn, &.btn {
white-space: normal;
text-align: left; text-align: left;
padding: 10px 15px; padding: 10px 15px;
background-color: #F1f1f1; background-color: #F1f1f1;
......
%li %li
%h4.project-title
.project-access-icon .project-access-icon
= visibility_level_icon(project.visibility_level) = visibility_level_icon(project.visibility_level)
.project-description
%h4.project-title
= link_to project.name_with_namespace, project = link_to project.name_with_namespace, project
- if current_page?(starred_explore_projects_path) - if current_page?(starred_explore_projects_path)
...@@ -22,4 +24,3 @@ ...@@ -22,4 +24,3 @@
- else - else
%i.icon-warning-sign %i.icon-warning-sign
Empty repository Empty repository
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment