Commit a385c45d authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/admin/application_settings/_account_and_limit.html.haml

parent df0cd020
......@@ -16,12 +16,9 @@
= f.label :max_attachment_size, 'Maximum attachment size (MB)', class: 'col-form-label col-sm-2'
.col-sm-10
= f.number_field :max_attachment_size, class: 'form-control'
<<<<<<< HEAD
= render 'repository_size_limit_setting', form: f
=======
>>>>>>> gitlab-ce/master
.form-group.row
= f.label :session_expire_delay, 'Session duration (minutes)', class: 'col-form-label col-sm-2'
.col-sm-10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment