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
6e99ed5d
Commit
6e99ed5d
authored
Apr 12, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes stylelint for page_title.scss
Replaces CSS with BS4 Utility classes
parent
7457c1e1
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
10 additions
and
13 deletions
+10
-13
app/assets/stylesheets/framework/page_title.scss
app/assets/stylesheets/framework/page_title.scss
+0
-3
app/views/dashboard/_activity_head.html.haml
app/views/dashboard/_activity_head.html.haml
+1
-1
app/views/dashboard/_groups_head.html.haml
app/views/dashboard/_groups_head.html.haml
+1
-1
app/views/dashboard/_projects_head.html.haml
app/views/dashboard/_projects_head.html.haml
+1
-1
app/views/dashboard/_snippets_head.html.haml
app/views/dashboard/_snippets_head.html.haml
+1
-1
app/views/dashboard/issues.html.haml
app/views/dashboard/issues.html.haml
+1
-1
app/views/dashboard/merge_requests.html.haml
app/views/dashboard/merge_requests.html.haml
+1
-1
app/views/dashboard/milestones/index.html.haml
app/views/dashboard/milestones/index.html.haml
+1
-1
app/views/dashboard/todos/index.html.haml
app/views/dashboard/todos/index.html.haml
+1
-1
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+1
-1
app/views/snippets/new.html.haml
app/views/snippets/new.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/page_title.scss
View file @
6e99ed5d
.page-title-holder
{
@extend
.d-flex
;
@extend
.align-items-center
;
border-bottom
:
1px
solid
$border-color
;
.page-title
{
...
...
app/views/dashboard/_activity_head.html.haml
View file @
6e99ed5d
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Activity'
)
.top-area
...
...
app/views/dashboard/_groups_head.html.haml
View file @
6e99ed5d
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Groups'
)
-
if
current_user
.
can_create_group?
...
...
app/views/dashboard/_projects_head.html.haml
View file @
6e99ed5d
=
content_for
:flash_message
do
=
render
'shared/project_limit'
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Projects'
)
-
if
current_user
.
can_create_project?
...
...
app/views/dashboard/_snippets_head.html.haml
View file @
6e99ed5d
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Snippets'
)
-
if
current_user
&&
current_user
.
snippets
.
any?
||
@snippets
.
any?
...
...
app/views/dashboard/issues.html.haml
View file @
6e99ed5d
...
...
@@ -6,7 +6,7 @@
=
render_dashboard_gold_trial
(
current_user
)
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Issues'
)
-
if
current_user
...
...
app/views/dashboard/merge_requests.html.haml
View file @
6e99ed5d
...
...
@@ -4,7 +4,7 @@
=
render_dashboard_gold_trial
(
current_user
)
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Merge Requests'
)
-
if
current_user
...
...
app/views/dashboard/milestones/index.html.haml
View file @
6e99ed5d
...
...
@@ -2,7 +2,7 @@
-
page_title
'Milestones'
-
header_title
'Milestones'
,
dashboard_milestones_path
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Milestones'
)
-
if
current_user
...
...
app/views/dashboard/todos/index.html.haml
View file @
6e99ed5d
...
...
@@ -4,7 +4,7 @@
=
render_dashboard_gold_trial
(
current_user
)
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'Todos'
)
-
if
current_user
.
todos
.
any?
...
...
app/views/groups/new.html.haml
View file @
6e99ed5d
...
...
@@ -3,7 +3,7 @@
-
page_title
_
(
'New Group'
)
-
header_title
_
(
"Groups"
),
dashboard_groups_path
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'New group'
)
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
...
...
app/views/snippets/new.html.haml
View file @
6e99ed5d
...
...
@@ -2,7 +2,7 @@
-
@hide_breadcrumbs
=
true
-
page_title
_
(
"New Snippet"
)
.page-title-holder
.page-title-holder
.d-flex.align-items-center
%h1
.page-title
=
_
(
'New Snippet'
)
.prepend-top-default
...
...
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