DG IZ; haml typo
This commit is contained in:
parent
fc0350e4e1
commit
7303212784
1 changed files with 1 additions and 3 deletions
|
|
@ -75,15 +75,13 @@
|
||||||
- @response_hash = MiniFB.get(@access_token, 'me')
|
- @response_hash = MiniFB.get(@access_token, 'me')
|
||||||
= @response_hash[:name]
|
= @response_hash[:name]
|
||||||
|
|
||||||
|
- form_tag "/services/fb_post" do
|
||||||
- form_tag :controller => "services", :action => "fb_post" do
|
|
||||||
= text_area_tag "message"
|
= text_area_tag "message"
|
||||||
= submit_tag "send it off"
|
= submit_tag "send it off"
|
||||||
|
|
||||||
= link_to "Disconnect from Facebook", services_destroy_path
|
= link_to "Disconnect from Facebook", services_destroy_path
|
||||||
- else
|
- else
|
||||||
= link_to "Connect to Facebook", @fb_access_url
|
= link_to "Connect to Facebook", @fb_access_url
|
||||||
- end
|
|
||||||
|
|
||||||
#content_bottom
|
#content_bottom
|
||||||
.back
|
.back
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue