Browse Source

Improve public status page title (#5985)

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
30d2ea03b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      app/views/stream_entries/show.html.haml
  2. +1
    -0
      config/locales/en.yml

+ 3
- 0
app/views/stream_entries/show.html.haml View File

@ -1,3 +1,6 @@
- content_for :page_title do
= t('statuses.title', name: display_name(@account), quote: truncate(@stream_entry.activity.text, length: 50, omission: '…'))
- content_for :header_tags do - content_for :header_tags do
- if @account.user&.setting_noindex - if @account.user&.setting_noindex
%meta{ name: 'robots', content: 'noindex' }/ %meta{ name: 'robots', content: 'noindex' }/

+ 1
- 0
config/locales/en.yml View File

@ -599,6 +599,7 @@ en:
private: Non-public toot cannot be pinned private: Non-public toot cannot be pinned
reblog: A boost cannot be pinned reblog: A boost cannot be pinned
show_more: Show more show_more: Show more
title: '%{name}: "%{quote}"'
visibilities: visibilities:
private: Followers-only private: Followers-only
private_long: Only show to followers private_long: Only show to followers

Loading…
Cancel
Save