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
df0cd020
Commit
df0cd020
authored
May 25, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in app/views/admin/appearances/_form.html.haml
parent
89e21c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
app/views/admin/appearances/_form.html.haml
app/views/admin/appearances/_form.html.haml
+0
-20
No files found.
app/views/admin/appearances/_form.html.haml
View file @
df0cd020
...
...
@@ -5,11 +5,7 @@
%legend
Navigation bar:
.form-group.row
<
<<<<<<
HEAD
=
f
.
label
:header_logo
,
'Header logo'
,
class:
'col-form-label'
==
=====
=
f
.
label
:header_logo
,
'Header logo'
,
class:
'col-sm-2 col-form-label'
>
>>>>>> gitlab-ce/master
.col-sm-10
-
if
@appearance
.
header_logo?
=
image_tag
@appearance
.
header_logo_url
,
class:
'appearance-light-logo-preview'
...
...
@@ -28,29 +24,17 @@
%legend
Sign in/Sign up pages:
.form-group.row
<
<<<<<<
HEAD
=
f
.
label
:title
,
class:
'col-form-label'
.col-sm-10
=
f
.
text_field
:title
,
class:
"form-control"
.form-group.row
=
f
.
label
:description
,
class:
'col-form-label'
==
=====
=
f
.
label
:title
,
class:
'col-sm-2 col-form-label'
.col-sm-10
=
f
.
text_field
:title
,
class:
"form-control"
.form-group.row
=
f
.
label
:description
,
class:
'col-sm-2 col-form-label'
>
>>>>>> gitlab-ce/master
.col-sm-10
=
f
.
text_area
:description
,
class:
"form-control"
,
rows:
10
.hint
Description parsed with
#{
link_to
"GitLab Flavored Markdown"
,
help_page_path
(
'user/markdown'
),
target:
'_blank'
}
.
.form-group.row
<
<<<<<<
HEAD
=
f
.
label
:logo
,
class:
'col-form-label'
==
=====
=
f
.
label
:logo
,
class:
'col-sm-2 col-form-label'
>
>>>>>> gitlab-ce/master
.col-sm-10
-
if
@appearance
.
logo?
=
image_tag
@appearance
.
logo_url
,
class:
'appearance-logo-preview'
...
...
@@ -67,11 +51,7 @@
%legend
New project pages:
.form-group.row
<
<<<<<<
HEAD
=
f
.
label
:new_project_guidelines
,
class:
'col-form-label'
==
=====
=
f
.
label
:new_project_guidelines
,
class:
'col-sm-2 col-form-label'
>
>>>>>> gitlab-ce/master
.col-sm-10
=
f
.
text_area
:new_project_guidelines
,
class:
"form-control"
,
rows:
10
.hint
...
...
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