Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
add the search icon to the input where users search for a team
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntss committed Jun 3, 2016
1 parent 6df8db7 commit 818354d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/namespaces/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@
= f.label :namespace, {class: 'control-label col-md-2'}
.col-md-7
= f.text_field(:namespace, class: 'form-control', required: true, placeholder: "Name")
.form-group
.form-group.has-feedback
= f.label :team, {class: 'control-label col-md-2'}
.col-md-7
.remote
= f.text_field(:team, class: 'form-control typeahead', required: true, placeholder: "Name of the team")
span.fa.fa-search.form-control-feedback

.form-group
= f.label :description, {class: 'control-label col-md-2'}
.col-md-7
Expand Down

0 comments on commit 818354d

Please sign in to comment.