Commit 28581707 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'fix-commit-author-email-field' into 'master'

Removes 'Fixes' from commit author email field.

Fixes #652.

cc: @jschatz1 

See merge request !445
parents 51769eb2 31d85baf
......@@ -26,7 +26,7 @@
.form-group
= f.label :author_email_regex, "Commit author's email", class: 'label-light'
= f.text_field :author_email_regex, class: "form-control", placeholder: 'Example: Fixes @my-company.com$'
= f.text_field :author_email_regex, class: "form-control", placeholder: 'Example: @my-company.com$'
.help-block
All commit author's email must match this
= link_to 'Ruby regular expression', 'http://www.ruby-doc.org/core-2.1.1/Regexp.html'
......
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