Skip to content
Snippets Groups Projects
Commit a61c126a authored by maxwell's avatar maxwell
Browse files

manage page now uses partial

parent 20f164fd
No related branches found
No related tags found
No related merge requests found
......@@ -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'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment