added tag tip in text box to enter commas

This commit is contained in:
Dani Macho
2014-10-10 09:48:28 +02:00
parent 9590cde7d5
commit 52aefd10f1
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
= f.input :description
= f.association :category
= f.input :tag_list, as: :string, placeholder: 'search tag', input_html: { class: "form-control", "ng-controller" => "TypeaheadCtrl", "ng-model" => "asyncSelected", "typeahead" => "tag for tag in getTags($viewValue) | filter:$viewValue | limitTo:8" , "typeahead-loading" => "loadingTags"}
= f.input :tag_list, as: :string, :placeholder => t('application.tips.entertag'), input_html: { class: "form-control", "ng-controller" => "TypeaheadCtrl", "ng-model" => "asyncSelected", "typeahead" => "tag for tag in getTags($viewValue) | filter:$viewValue | limitTo:8" , "typeahead-loading" => "loadingTags"}
%i{"ng-show" => "loadingTags", :class => "glyphicon glyphicon-refresh"}
- if current_user.manages? current_organization
+3 -1
View File
@@ -96,7 +96,9 @@ es:
categories: Servicios
organizations: Organizaciones
statistics: Estadísticas
tips:
entertag: Entre etiquetas separadas por comas
# views/users/index...
users: