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
61f3e097
Commit
61f3e097
authored
Jun 18, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
ea072b6b
3d4f8c70
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/framework/secondary_navigation_elements.scss
.../stylesheets/framework/secondary_navigation_elements.scss
+1
-0
app/assets/stylesheets/pages/wiki.scss
app/assets/stylesheets/pages/wiki.scss
+0
-1
app/views/projects/wikis/pages.html.haml
app/views/projects/wikis/pages.html.haml
+1
-1
app/views/projects/wikis/show.html.haml
app/views/projects/wikis/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/secondary_navigation_elements.scss
View file @
61f3e097
...
...
@@ -66,6 +66,7 @@
}
.nav-text
{
flex
:
1
;
padding-top
:
16px
;
padding-bottom
:
11px
;
display
:
inline-block
;
...
...
app/assets/stylesheets/pages/wiki.scss
View file @
61f3e097
...
...
@@ -77,7 +77,6 @@
.nav-controls
{
width
:
auto
;
min-width
:
50%
;
}
}
...
...
app/views/projects/wikis/pages.html.haml
View file @
61f3e097
...
...
@@ -7,7 +7,7 @@
%div
{
class:
container_class
}
.wiki-page-header
.nav-text
.nav-text
.flex-fill
%h2
.wiki-page-title
=
s_
(
"Wiki|Wiki Pages"
)
...
...
app/views/projects/wikis/show.html.haml
View file @
61f3e097
...
...
@@ -8,7 +8,7 @@
%button
.btn.btn-default.sidebar-toggle.js-sidebar-wiki-toggle
{
role:
"button"
,
type:
"button"
}
=
icon
(
'angle-double-left'
)
.nav-text
.nav-text
.flex-fill
%h2
.wiki-page-title
=
@page
.
human_title
%span
.wiki-last-edit-by
-
if
@page
.
last_version
...
...
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