diaspora/app/views/shared/_public_explain.haml
2015-07-05 20:44:24 +02:00

23 lines
602 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.
.span-12.last
.modal_title_bar
%h4=t('.title')
%p
=t('.outside')
%br
%br
= link_to t('.atom_feed'), current_user.atom_url
%br
- if current_user.services
- for service in current_user.services
= t('.logged_in', :service => service.provider)
%br
= link_to t('.manage'), services_path
%br
%br
= link_to t('ok'), '#', :class => "button", :onClick => '$.facebox.close();'