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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
4456881f
Commit
4456881f
authored
Jul 06, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix column offset, add missing new line char
parent
a312d238
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
...s/dashboard/projects/_blank_state_admin_welcome.html.haml
+7
-7
app/views/dashboard/projects/_blank_state_welcome.html.haml
app/views/dashboard/projects/_blank_state_welcome.html.haml
+1
-1
app/views/dashboard/projects/_zero_authorized_projects.html.haml
...ws/dashboard/projects/_zero_authorized_projects.html.haml
+1
-1
No files found.
app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
View file @
4456881f
.blank-state.clearfix
.
blank-state-icon.col-md-1.col-md-offset-4
.
col-md-1.col-md-offset-3.blank-state-icon
=
custom_icon
(
"add_new_user"
,
size:
50
)
.
blank-state-body.col-md-3
.
col-md-5.blank-state-body
%h3
.blank-state-title
Add user
%p
.blank-state-text
...
...
@@ -10,9 +10,9 @@
New user
.blank-state.clearfix
.
blank-state-icon.col-md-1.col-md-offset-4
.
col-md-1.col-md-offset-3.blank-state-icon
=
custom_icon
(
"configure_server"
,
size:
50
)
.
blank-state-body.col-md-3
.
col-md-5.blank-state-body
%h3
.blank-state-title
Configure GitLab
%p
.blank-state-text
...
...
@@ -22,12 +22,12 @@
-
if
current_user
.
can_create_group?
.blank-state.clearfix
.
blank-state-icon.col-md-1.col-md-offset-4
.
col-md-1.col-md-offset-3.blank-state-icon
=
custom_icon
(
"add_new_group"
,
size:
50
)
.
blank-state-body.col-md-3
.
col-md-5.blank-state-body
%h3
.blank-state-title
Create a group
%p
.blank-state-text
Groups are a great way to organise projects and people.
=
link_to
new_group_path
,
class:
"btn btn-new"
do
New group
\ No newline at end of file
New group
app/views/dashboard/projects/_blank_state_welcome.html.haml
View file @
4456881f
...
...
@@ -45,4 +45,4 @@
Public projects are an easy way to allow
everyone to have read-only access.
=
link_to
trending_explore_projects_path
,
class:
"btn btn-new"
do
Browse projects
\ No newline at end of file
Browse projects
app/views/dashboard/projects/_zero_authorized_projects.html.haml
View file @
4456881f
...
...
@@ -9,4 +9,4 @@
-
if
current_user
.
admin?
=
render
"blank_state_admin_welcome"
-
else
=
render
"blank_state_welcome"
\ No newline at end of file
=
render
"blank_state_welcome"
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