added tag tip in text box to enter commas
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -96,7 +96,9 @@ es:
|
||||
categories: Servicios
|
||||
organizations: Organizaciones
|
||||
statistics: Estadísticas
|
||||
|
||||
tips:
|
||||
entertag: Entre etiquetas separadas por comas
|
||||
|
||||
# views/users/index...
|
||||
|
||||
users:
|
||||
|
||||
Reference in New Issue
Block a user