diaspora/app/views/status_messages/new.html.haml
2012-07-10 17:58:34 +02:00

19 lines
668 B
Text

-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
= javascript_include_tag 'jquery.textchange.js', "publisher.js"
:javascript
$(function() {
$("#publisher").bind('ajax:success', function(){ location.reload(); });
Publisher.bookmarklet = true;
});
#new_status_message_pane
.span-15.last
#facebox_header
%h3
= t('.mentioning', :person => @person.name)
= render :partial => 'shared/publisher', :locals => { :aspect => @aspect, :aspect_ids => @aspect_ids, :selected_aspects => @aspects_with_person, :person => @person}