notification only on user page
This commit is contained in:
parent
11dc225311
commit
796f198d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
%p
|
||||
%label{:for => "status_message_message"} Message
|
||||
= f.text_area :message, :rows => 2, :value => params[:prefill]
|
||||
= "going to Facebook as #{MiniFB.get(@access_token, 'me')[:name]}" if @logged_in
|
||||
= "going to Facebook as #{MiniFB.get(@access_token, 'me')[:name]}" if @logged_in && (params[:action] == 'public')
|
||||
= f.hidden_field( :public, :value => (params[:action] == 'public') )
|
||||
|
||||
%ul.aspect_selector{ :style => "display:none;"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue