2017-01-13 02:24:41 +00:00
|
|
|
- content_for :page_title do
|
|
|
|
#{Rails.configuration.x.local_domain}
|
|
|
|
|
2017-01-13 19:27:02 +00:00
|
|
|
.wrapper.thicc
|
2017-01-13 19:14:21 +00:00
|
|
|
.sidebar-layout
|
|
|
|
.main
|
|
|
|
.panel
|
|
|
|
%h2= Rails.configuration.x.local_domain
|
2017-01-13 02:24:41 +00:00
|
|
|
|
2017-04-09 12:47:25 +00:00
|
|
|
- unless @instance_presenter.site_description.blank?
|
|
|
|
%p= @instance_presenter.site_description.html_safe
|
2017-01-13 19:14:21 +00:00
|
|
|
|
|
|
|
.information-board
|
|
|
|
.section
|
|
|
|
%span= t 'about.user_count_before'
|
2017-04-09 12:47:25 +00:00
|
|
|
%strong= number_with_delimiter @instance_presenter.user_count
|
2017-01-13 19:14:21 +00:00
|
|
|
%span= t 'about.user_count_after'
|
|
|
|
.section
|
|
|
|
%span= t 'about.status_count_before'
|
2017-04-09 12:47:25 +00:00
|
|
|
%strong= number_with_delimiter @instance_presenter.status_count
|
2017-01-13 19:14:21 +00:00
|
|
|
%span= t 'about.status_count_after'
|
|
|
|
.section
|
|
|
|
%span= t 'about.domain_count_before'
|
2017-04-09 12:47:25 +00:00
|
|
|
%strong= number_with_delimiter @instance_presenter.domain_count
|
2017-01-13 19:14:21 +00:00
|
|
|
%span= t 'about.domain_count_after'
|
|
|
|
|
2017-04-09 12:47:25 +00:00
|
|
|
- unless @instance_presenter.site_extended_description.blank?
|
|
|
|
.panel= @instance_presenter.site_extended_description.html_safe
|
2017-01-13 19:14:21 +00:00
|
|
|
|
|
|
|
.sidebar
|
2017-04-15 11:33:25 +00:00
|
|
|
= render partial: 'contact', object: @instance_presenter
|
|
|
|
= render 'links'
|