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
fe3e6ee8
Commit
fe3e6ee8
authored
May 11, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-05-11
parents
a8ab66c3
35816eb7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
7 deletions
+12
-7
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+10
-0
app/assets/stylesheets/pages/wiki.scss
app/assets/stylesheets/pages/wiki.scss
+0
-5
app/views/projects/_wiki.html.haml
app/views/projects/_wiki.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/mixins.scss
View file @
fe3e6ee8
...
...
@@ -17,6 +17,16 @@
*/
@mixin
markdown-table
{
width
:
auto
;
display
:
inline-block
;
overflow-x
:
auto
;
border-left
:
0
;
border-right
:
0
;
border-bottom
:
0
;
@supports
(
width
:
fit-content
)
{
display
:
block
;
width
:
fit-content
;
}
}
/*
...
...
app/assets/stylesheets/pages/wiki.scss
View file @
fe3e6ee8
...
...
@@ -180,11 +180,6 @@ ul.wiki-pages-list.content-list {
}
}
.wiki-holder
{
overflow-x
:
auto
;
overflow-y
:
hidden
;
}
.wiki
{
table
{
@include
markdown-table
;
...
...
app/views/projects/_wiki.html.haml
View file @
fe3e6ee8
-
if
@wiki_home
.
present?
%div
{
class:
container_class
}
.
wiki-holder.
prepend-top-default.append-bottom-default
.prepend-top-default.append-bottom-default
.wiki
=
render_wiki_content
(
@wiki_home
)
-
else
...
...
app/views/projects/wikis/show.html.haml
View file @
fe3e6ee8
...
...
@@ -24,7 +24,7 @@
-
history_link
=
link_to
s_
(
"WikiHistoricalPage|history"
),
project_wiki_history_path
(
@project
,
@page
)
=
(
s_
(
"WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}."
)
%
{
most_recent_link:
most_recent_link
,
history_link:
history_link
}).
html_safe
.
wiki-holder.
prepend-top-default.append-bottom-default
.prepend-top-default.append-bottom-default
.wiki
=
render_wiki_content
(
@page
)
...
...
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