2017-01-12 18:24:41 -08:00
|
|
|
- content_for :page_title do
|
2017-04-17 15:16:32 -07:00
|
|
|
= site_hostname
|
2017-01-12 18:24:41 -08:00
|
|
|
|
2017-01-13 11:27:02 -08:00
|
|
|
.wrapper.thicc
|
2017-01-13 11:14:21 -08:00
|
|
|
.sidebar-layout
|
|
|
|
.main
|
|
|
|
.panel
|
2017-04-17 15:16:32 -07:00
|
|
|
%h2= site_hostname
|
2017-01-12 18:24:41 -08:00
|
|
|
|
2017-04-09 05:47:25 -07:00
|
|
|
- unless @instance_presenter.site_description.blank?
|
2017-05-07 18:35:25 -07:00
|
|
|
%p!= @instance_presenter.site_description
|
2017-01-13 11:14:21 -08:00
|
|
|
|
|
|
|
.information-board
|
|
|
|
.section
|
|
|
|
%span= t 'about.user_count_before'
|
2017-04-09 05:47:25 -07:00
|
|
|
%strong= number_with_delimiter @instance_presenter.user_count
|
2017-01-13 11:14:21 -08:00
|
|
|
%span= t 'about.user_count_after'
|
|
|
|
.section
|
|
|
|
%span= t 'about.status_count_before'
|
2017-04-09 05:47:25 -07:00
|
|
|
%strong= number_with_delimiter @instance_presenter.status_count
|
2017-01-13 11:14:21 -08:00
|
|
|
%span= t 'about.status_count_after'
|
|
|
|
.section
|
|
|
|
%span= t 'about.domain_count_before'
|
2017-04-09 05:47:25 -07:00
|
|
|
%strong= number_with_delimiter @instance_presenter.domain_count
|
2017-01-13 11:14:21 -08:00
|
|
|
%span= t 'about.domain_count_after'
|
|
|
|
|
2017-04-09 05:47:25 -07:00
|
|
|
- unless @instance_presenter.site_extended_description.blank?
|
2017-05-07 18:35:25 -07:00
|
|
|
.panel!= @instance_presenter.site_extended_description
|
2017-01-13 11:14:21 -08:00
|
|
|
|
|
|
|
.sidebar
|
2017-04-18 08:15:30 -07:00
|
|
|
= render 'contact', contact: @instance_presenter
|
2017-04-28 07:45:24 -07:00
|
|
|
= render 'links', instance: @instance_presenter
|
2017-04-20 18:30:59 -07:00
|
|
|
= render 'version', version: @instance_presenter
|