Commit ab0b894f authored by Clement Ho's avatar Clement Ho

[skip ci] .form-control-static to .form-control-plaintext

parent 65c07bdb
......@@ -4,7 +4,7 @@
- if @trigger.token
.form-group
%label.label-light Token
%p.form-control-static= @trigger.token
%p.form-control-plaintext= @trigger.token
.form-group
= f.label :key, "Description", class: "label-light"
= f.text_field :description, class: "form-control", required: true, title: 'Trigger description is required.', placeholder: "Trigger description"
......
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