Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
use help block to inform user of regex matching functionality
Browse files Browse the repository at this point in the history
[#87311834]
  • Loading branch information
lnhrdt committed Feb 25, 2015
1 parent 6ca39e2 commit a13c052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/_build_setup.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
= f.label :build_branch, "Branch Name", class: "col-sm-2 control-label"
.col-sm-4
= f.text_field :build_branch, class: "form-control"
%p.help-block Default is 'master'
%p.help-block Default is 'master'. Codeship projects can utilize regex matching.
#field_container
- ProjectsHelper::PROJECT_TYPE_NAMES.each do |project_type|
- enabled = f.object.type == project_type.name
Expand Down

0 comments on commit a13c052

Please sign in to comment.