about summary refs log tree commit diff
path: root/app/views/admin/settings/index.html.haml
blob: b8ca3a7a449cebf27ef6658258530c5fc974f82c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- content_for :page_title do
  Site Settings

%table.table
  %colgroup
    %col{ width: '35%' }/
  %thead
    %tr
      %th Setting
      %th Click to edit
  %tbody
    %tr
      %td
        %strong Site description
        %br/
        Displayed as a paragraph on the frontpage and used as a meta tag.
        %br/
        You can use HTML tags, in particular
        %code= '<a>'
        and
        %code= '<em>'
      %td= best_in_place @settings['site_description'], :value, as: :textarea, url: admin_setting_path(@settings['site_description'])