Customizing devise views and controllers
This commit is contained in:
@ -9,7 +9,4 @@
|
||||
= yield :header_tags
|
||||
%body
|
||||
.container
|
||||
= yield
|
||||
.footer
|
||||
Powered by
|
||||
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon', class: 'mastodon-link'
|
||||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
Reference in New Issue
Block a user