The code powering m.abunchtell.com https://m.abunchtell.com
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

19 wiersze
1.0 KiB

  1. - content_for :header_tags do
  2. %link{ rel: 'alternate', type: 'application/atom+xml', href: account_stream_entry_url(@account, @stream_entry, format: 'atom') }/
  3. %link{ rel: 'alternate', type: 'application/json+oembed', href: api_oembed_url(url: account_stream_entry_url(@account, @stream_entry), format: 'json') }/
  4. %meta{ property: 'og:site_name', content: site_title }/
  5. %meta{ property: 'og:type', content: 'article' }/
  6. %meta{ property: 'og:title', content: "#{@account.username} on #{site_hostname}" }/
  7. = render 'stream_entries/og_description', activity: @stream_entry.activity
  8. = render 'stream_entries/og_image', activity: @stream_entry.activity, account: @account
  9. %meta{ property: 'twitter:card', content: 'summary' }/
  10. - if show_landing_strip?
  11. = render partial: 'shared/landing_strip', locals: { account: @stream_entry.account }
  12. .activity-stream.activity-stream-headless.h-entry
  13. = render partial: "stream_entries/#{@type}", locals: { @type.to_sym => @stream_entry.activity, include_threads: true }