You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
550 B

  1. - content_for :page_title do
  2. Site Settings
  3. %table.table
  4. %colgroup
  5. %col{ width: '35%' }/
  6. %thead
  7. %tr
  8. %th Setting
  9. %th Click to edit
  10. %tbody
  11. %tr
  12. %td
  13. %strong Site description
  14. %br/
  15. Displayed as a paragraph on the frontpage and used as a meta tag.
  16. %br/
  17. You can use HTML tags, in particular
  18. %code= '<a>'
  19. and
  20. %code= '<em>'
  21. %td= best_in_place @settings['site_description'], :value, as: :textarea, url: admin_setting_path(@settings['site_description'])