22 lines
523 B
Text
22 lines
523 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.
|
|
|
|
- content_for :page_title do
|
|
= t(".edit_services")
|
|
|
|
.container-fluid
|
|
.row
|
|
.col-lg-10.col-lg-offset-1
|
|
= render "shared/settings_nav"
|
|
|
|
.row
|
|
.col-lg-8.col-lg-offset-2
|
|
%h3= t(".title")
|
|
.row
|
|
.col-md-7.col-lg-5.col-lg-offset-2
|
|
= render "add_remove_services"
|
|
|
|
.col-md-5.col-lg-3
|
|
%p
|
|
= t(".services_explanation")
|