Improve help wording for garden location

This commit is contained in:
Skud committed 2013-10-31 09:18:38 +11:00
1 parent 85f132edff
commit 26bd744d31
1 file changed
+3 -5
+3 -5
View File
@@ -20,14 +20,12 @@
= f.label :location, :class => 'control-label'
.controls
= f.text_field :location, :value => @garden.location || current_member.location
%span.help-inline
%span.help-block
If you have a location set in your profile, it will be used when
you create a new garden.
- if current_member.location.blank?
This defaults to your location, if you have set it in your
profile.
=link_to "Set your location now.", edit_member_registration_path
- else
This defaults to your location, however it does not have to be
the same as your location.
=link_to "Change your location.", edit_member_registration_path
.control-group