Commit b8e59694

mo k <mo@mokhan.ca>
2012-06-03 13:04:36
change twitter label.
1 parent f1e38fc
Changed files (1)
app
views
registrations
app/views/registrations/edit.html.erb
@@ -57,7 +57,7 @@
           <div class="controls"> <%= f.url_field :website, :class => "input-xlarge, url", :placeholder => "http://cakeside.com" %> </div>
         </div>
         <div class="control-group">
-          <%= f.label :twitter, :class => "control-label" %> 
+          <%= f.label :twitter, "Twitter username @", :class => "control-label" %> 
           <div class="controls"> <%= f.text_field :twitter, :class => "input-xlarge", :placeholder => "without the @ sign", :maxlength => "255" %> </div>
         </div>
         <div class="control-group">