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
fcc5edf1
Commit
fcc5edf1
authored
May 25, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in app/views/projects/wikis/_form.html.haml
parent
4239b9bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
app/views/projects/wikis/_form.html.haml
app/views/projects/wikis/_form.html.haml
+0
-16
No files found.
app/views/projects/wikis/_form.html.haml
View file @
fcc5edf1
...
...
@@ -8,11 +8,7 @@
=
f
.
hidden_field
:last_commit_sha
,
value:
@page
.
last_commit_sha
.form-group.row
<
<<<<<<
HEAD
.col-sm-12
=
f
.
label
:title
,
class:
'col-form-label-full-width'
==
=====
.col-sm-12
=
f
.
label
:title
,
class:
'control-label-full-width'
>
>>>>>> gitlab-ce/master
.col-sm-12
=
f
.
text_field
:title
,
class:
'form-control'
,
value:
@page
.
title
-
if
@page
.
persisted?
...
...
@@ -21,20 +17,12 @@
=
s_
(
"WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title."
)
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/wiki/index'
,
anchor:
'moving-a-wiki-page'
),
target:
'_blank'
.form-group.row
<
<<<<<<
HEAD
.col-sm-12
=
f
.
label
:format
,
class:
'col-form-label-full-width'
==
=====
.col-sm-12
=
f
.
label
:format
,
class:
'control-label-full-width'
>
>>>>>> gitlab-ce/master
.col-sm-12
=
f
.
select
:format
,
options_for_select
(
ProjectWiki
::
MARKUPS
,
{
selected:
@page
.
format
}),
{},
class:
'form-control'
.form-group.row
<
<<<<<<
HEAD
.col-sm-12
=
f
.
label
:content
,
class:
'col-form-label-full-width'
==
=====
.col-sm-12
=
f
.
label
:content
,
class:
'control-label-full-width'
>
>>>>>> gitlab-ce/master
.col-sm-12
=
render
layout:
'projects/md_preview'
,
locals:
{
url:
project_wiki_preview_markdown_path
(
@project
,
@page
.
slug
)
}
do
=
render
'projects/zen'
,
f:
f
,
attr: :content
,
classes:
'note-textarea'
,
placeholder:
s_
(
"WikiPage|Write your content or drag files here..."
)
...
...
@@ -52,11 +40,7 @@
=
(
s_
(
"WikiMarkdownDocs|More examples are in the %{docs_link}"
)
%
{
docs_link:
markdown_link
}).
html_safe
.form-group.row
<
<<<<<<
HEAD
.col-sm-12
=
f
.
label
:commit_message
,
class:
'col-form-label-full-width'
==
=====
.col-sm-12
=
f
.
label
:commit_message
,
class:
'control-label-full-width'
>
>>>>>> gitlab-ce/master
.col-sm-12
=
f
.
text_field
:message
,
class:
'form-control'
,
rows:
18
,
value:
commit_message
.form-actions
...
...
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