manage page now uses partial
This commit is contained in:
parent
20f164fd45
commit
a61c126aad
1 changed files with 1 additions and 6 deletions
|
|
@ -25,12 +25,7 @@
|
|||
%ul.dropzone
|
||||
%li.grey Drag to ignore/remove
|
||||
|
||||
%h3= link_to "Invite a friend!", "#invite_user_pane", :id => "invite_user_button", :class => "invite_user_button", :title => "Invite a friend"
|
||||
%h3= "You have #{@invites} invites."
|
||||
|
||||
.yo{ :style => "display:none;"}
|
||||
#invite_user_pane
|
||||
= render "invitations/new"
|
||||
= render 'shared/invitations', :invites => @invites
|
||||
|
||||
- content_for :publish do
|
||||
= link_to(t('.add_a_new_aspect'), "#add_aspect_pane", :id => "add_aspect_button", :class => "new_aspect button", :title => t('.add_a_new_aspect'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue