diaspora/app/views/shared/_invitations.haml
Augier 207b6c6153 Port to Bootstrap 3
correcting images display on stream sidebar

Corrections on profile page
2015-06-04 18:05:43 +02:00

15 lines
472 B
Text

= t('.share_this')
= invite_link(current_user.invitation_code)
#invitations-button.btn.btn-link{ 'data-toggle' => 'modal', style: "padding-left: 0;"}
= t('.by_email')
= render 'shared/modal',
path: new_user_invitation_path,
id: 'invitationsModal',
title: t('invitations.new.invite_someone_to_join')
-# This will have to be extracte in a JS view
:javascript
$("#invitations-button").click(function(){
app.helpers.showModal("#invitationsModal");
});