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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
085527e7
Commit
085527e7
authored
Jul 06, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `.row` to state item container
parent
0183725d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
...s/dashboard/projects/_blank_state_admin_welcome.html.haml
+3
-3
No files found.
app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
View file @
085527e7
...
...
@@ -2,7 +2,7 @@
-
state_icon_class
=
current_license
&
.
trial?
?
'col-md-1'
:
'col-md-2'
-
state_body_class
=
current_license
&
.
trial?
?
'col-md-5'
:
'col-md-8'
.blank-state.clearfix
.
row.
blank-state.clearfix
.blank-state-icon
{
class:
"#{state_icon_class} #{state_offset_class}"
}
=
custom_icon
(
"add_new_user"
,
size:
50
)
.blank-state-body
{
class:
state_body_class
}
...
...
@@ -13,7 +13,7 @@
=
link_to
new_admin_user_path
,
class:
"btn btn-new"
do
New user
.blank-state.clearfix
.
row.
blank-state.clearfix
.blank-state-icon
{
class:
"#{state_icon_class} #{state_offset_class}"
}
=
custom_icon
(
"configure_server"
,
size:
50
)
.blank-state-body
{
class:
state_body_class
}
...
...
@@ -25,7 +25,7 @@
Configure
-
if
current_user
.
can_create_group?
.blank-state.clearfix
.
row.
blank-state.clearfix
.blank-state-icon
{
class:
"#{state_icon_class} #{state_offset_class}"
}
=
custom_icon
(
"add_new_group"
,
size:
50
)
.blank-state-body
{
class:
state_body_class
}
...
...
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