about summary refs log tree commit diff
path: root/app/views/about/show.html.haml
AgeCommit message (Collapse)Author
2017-04-17Use .presence instead of ternary on site description for og: content (#2033)Matt Jankowski
2017-04-15views/about: use Setting.site_title instead of hardcoding (#1508)Alex Dunn
2017-04-14Implementing Subresource Integrity (#1729)maxypy
* Add sprockets-rails to Gemfile * Add sprockets-rails to Gemfile.lock * Update show.html.haml * Update index.html.haml * Update admin.html.haml * Update auth.html.haml * Update embedded.html.haml * Update public.html.haml
2017-04-11[about] Moving docs link to tootsuite/documentation (#1573)lindwurm
related: https://github.com/tootsuite/mastodon/commit/1236529e39a7e2534fdd34686a749b5a386c109b Signed-off-by: lindwurm <lindwurm.q@gmail.com>
2017-04-09Clean up about page (#1282)Matt Jankowski
* Add InstancePresenter to expose site details * Clean up about controller, use instance presenter