Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zhitomirskiy <iz268@nyu.edu>2011-10-18 10:26:52 +0400
committerdanielgrippi <danielgrippi@gmail.com>2011-10-25 01:11:34 +0400
commitc7838debcfbb4c4999aa7e27b673b6b26263a3d4 (patch)
tree998371a3922d13ce9f44a4292cf22a3e48a3a358 /app/views/users/getting_started.haml
parent511bd3ab03b2705a419d80cd3db5bd9572248887 (diff)
creating multiple tag_followings
Diffstat (limited to 'app/views/users/getting_started.haml')
-rw-r--r--app/views/users/getting_started.haml11
1 files changed, 4 insertions, 7 deletions
diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml
index 66d2d5b42..689b31e3b 100644
--- a/app/views/users/getting_started.haml
+++ b/app/views/users/getting_started.haml
@@ -78,15 +78,12 @@
= form_for current_user.person.profile do |profile|
.span-5
= profile.text_field :first_name, :placeholder => t('profiles.edit.first_name')
+ %br
+ = profile.submit "Save"
.span-7.last
= render 'photos/new_profile_photo', :aspect => :getting_started, :person => current_user.person
- %br
- .span-6.prepend-6.last
- .right
- = profile.submit "Save"
-
%li.follow_interests
.getting_started_number
%h3
@@ -99,7 +96,7 @@
= t('.hashtag_explanation')
.span-9
- = form_tag(tags_path, :method => 'get', :class => "tag_input search_form") do
+ = form_tag(multiple_tag_followings_path, :method => 'post', :class => "tag_input search_form") do
= text_field_tag 'follow_tags', nil
.clearfix
@@ -107,5 +104,5 @@
%li{:style => 'text-align:center;'}
%p
- = link_to t('.awesome_take_me_to_diaspora'), getting_started_completed_path, :class => "button"
+ = link_to t('.awesome_take_me_to_diaspora'), "#", :class => "button", :onClick => "$('.tag_input').submit();"