This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
Watch
1
Star
0
Fork
You've already forked tootlab-mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fae7e0cace
tootlab-mastodon
/
app
/
views
/
errors
/
403.html.haml
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197) * Clean up collapsible components * Expose user Outboxes and AS2 representations of statuses * Save work thus far. * Fix bad merge. * Save my work * Clean up pagination. * First test working. * Add tests. * Add Forbidden error template. * Revert yarn.lock changes. * Fix code style deviations and use localized instead of hardcoded English text.
2017-04-22 23:21:10 -04:00
- content_for :page_title do
= t('errors.403')
- content_for :content do
Added haml-lint and fix warnings (#2773) * add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint
2017-05-07 21:35:25 -04:00
= t('errors.403')