BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
cd8c913e
Unverified
Commit
cd8c913e
authored
Apr 04, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused form for admin application settings
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
442528e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
_form.html.haml
app/views/admin/application_settings/_form.html.haml
+0
-5
show.html.haml
app/views/admin/application_settings/show.html.haml
+0
-3
No files found.
app/views/admin/application_settings/_form.html.haml
deleted
100644 → 0
View file @
442528e5
=
form_for
@application_setting
,
url:
admin_application_settings_path
,
html:
{
class:
'form-horizontal fieldset-form'
}
do
|
f
|
=
form_errors
(
@application_setting
)
.form-actions
=
f
.
submit
'Save'
,
class:
'btn btn-save'
app/views/admin/application_settings/show.html.haml
View file @
cd8c913e
...
...
@@ -302,6 +302,3 @@
=
_
(
'Allow requests to the local network from hooks and services.'
)
.settings-content
=
render
'outbound'
.prepend-top-20
=
render
'form'
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