This reverts commitfb70dc8c99, reversing changes made to53fef63a9a. Conflicts: pkg/fedora/diaspora-setup pkg/ubuntu/diaspora-setup public/stylesheets/sass/application.sass spec/models/user/attack_vectors_spec.rb
8 lines
270 B
Text
8 lines
270 B
Text
- unless @aspect == :all
|
|
%h4 Invites
|
|
= link_to "Invite a friend", "#invite_user_pane", :class => "invite_user_button", :title => "Invite a friend"
|
|
= "(#{invites} left)"
|
|
%br
|
|
.yo{ :style => "display:none;"}
|
|
#invite_user_pane
|
|
= render "invitations/new"
|