Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a250fa5f
Commit
a250fa5f
authored
Jan 23, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make new project button more visible
parent
0b404c35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+9
-0
app/views/dashboard/_projects.html.haml
app/views/dashboard/_projects.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/dashboard.scss
View file @
a250fa5f
...
...
@@ -97,3 +97,12 @@
margin-right
:
3px
;
width
:
16px
;
}
.dash-new-project
{
background
:
$bg_success
;
border
:
1px
solid
$border_success
;
a
{
color
:
#FFF
;
}
}
app/views/dashboard/_projects.html.haml
View file @
a250fa5f
...
...
@@ -3,8 +3,8 @@
.input-group
=
search_field_tag
:filter_projects
,
nil
,
placeholder:
'Filter by name'
,
class:
'dash-filter form-control'
-
if
current_user
.
can_create_project?
.input-group-addon
=
link_to
new_project_path
,
class:
""
do
.input-group-addon
.dash-new-project
=
link_to
new_project_path
do
%strong
New project
%ul
.well-list.dash-list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment