Adding Mastodon logo
This commit is contained in:
parent
6c4c84b161
commit
d4b9b289e8
4 changed files with 125 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
- content_for :content do
|
||||
.logo-container
|
||||
%h1
|
||||
Mastodon
|
||||
%small= Rails.configuration.x.local_domain
|
||||
= link_to root_path do
|
||||
= render partial: 'logo', locals: { dim: 200 }
|
||||
%small= Rails.configuration.x.local_domain
|
||||
|
||||
.form-container
|
||||
= yield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue