Commit 0d940787 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Simplify blank slate text for plan listing

parent 6bd3550e
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
= f.label :plan, class: 'control-label' = f.label :plan, class: 'control-label'
.col-sm-10 .col-sm-10
= f.select :plan, options_for_select(Namespace::EE_PLANS.keys.map { |plan| [plan.titleize, plan] }, f.object.plan), = f.select :plan, options_for_select(Namespace::EE_PLANS.keys.map { |plan| [plan.titleize, plan] }, f.object.plan),
{ include_blank: 'No associated plan' }, { include_blank: 'No plan' },
class: 'form-control' class: 'form-control'
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