<% if can? :create, document = Document.new(author: current_actor, owner: Actor.normalize(owner)) %> <%= link_to t('document.new.link'), new_document_path, class: "btn new_document-modal-link", 'data-toggle' => 'modal' %> <%= render partial: 'common_documents/new.modal', locals: { document: document } %> <%= javascript_tag do %> SocialStream.Document.new_(); <% end %> <% end %>