Commiting
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user