Commiting

This commit is contained in:
mgabdev
2020-11-15 12:48:32 -06:00
parent 62515bbaee
commit fb612f60c8
1011 changed files with 3507 additions and 49604 deletions
-2
View File
@@ -7,8 +7,6 @@
.admin-wrapper
.sidebar-wrapper
.sidebar
-# = link_to root_path do
-# homehack
= link_to '/home' do
= image_pack_tag 'logo.png', class: 'logo', alt: 'Gab Social'
+2 -2
View File
@@ -32,8 +32,8 @@
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
%meta{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' }/
- if @stream_entry && @account
= render 'stream_entries/meta', stream_entry: @stream_entry, account: @account
- if @status && @account
= render 'statuses/meta', status: @status, account: @account
- elsif @account && @account.local?
= render 'accounts/meta', account: @account, older_url: nil, newer_url: nil
- elsif @group