Skip to content
Snippets Groups Projects
Commit d83c2e40 authored by kushalpandya's avatar kushalpandya
Browse files

Remove unnecessary mask class

parent 9eb049f6
No related branches found
No related tags found
1 merge request!11431Show password field mask while editing service settings
Pipeline #
Loading
Loading
@@ -12,7 +12,7 @@
= form.label name, "Enter new #{title.downcase}", class: "control-label"
- else
= form.label name, title, class: "control-label"
%div{ class: "col-sm-10 #{'masked-password' if value.present? && type == 'password'}" }
.col-sm-10
- if type == 'text'
= form.text_field name, class: "form-control", placeholder: placeholder
- elsif type == 'textarea'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment