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
3ae9d7da
Commit
3ae9d7da
authored
Jul 08, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflicts in app/views/ci/variables/_form.html.haml
parent
f93f0f3c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
app/views/ci/variables/_form.html.haml
app/views/ci/variables/_form.html.haml
+1
-5
No files found.
app/views/ci/variables/_form.html.haml
View file @
3ae9d7da
...
...
@@ -6,12 +6,8 @@
=
f
.
text_field
:key
,
class:
"form-control"
,
placeholder:
@variable
.
placeholder
,
required:
true
.form-group
=
f
.
label
:value
,
"Value"
,
class:
"label-light"
<
<<<<<<
HEAD:app
/
views
/
projects
/
variables
/
_form
.
html
.
haml
=
f
.
text_area
:value
,
class:
"form-control"
,
placeholder:
"PROJECT_VARIABLE"
=
render
'projects/variables/ee/environment_scope'
,
f:
f
==
=====
=
f
.
text_area
:value
,
class:
"form-control"
,
placeholder:
@variable
.
placeholder
>
>>>>>> master-ce:app/views/ci/variables/_form.html.haml
=
render
'projects/variables/ee/environment_scope'
,
f:
f
.form-group
.checkbox
=
f
.
label
:protected
do
...
...
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