]> cat aescling's git repositories - mastodon.git/commit
Add og:url tags (#2298)
authorWesley Ellis <tahnok@gmail.com>
Sat, 22 Apr 2017 15:29:46 +0000 (11:29 -0400)
committerEugen <eugen@zeonfederated.com>
Sat, 22 Apr 2017 15:29:46 +0000 (17:29 +0200)
commita1174a6d7e60dd73ab97da08b52dd751c45e2b6b
tree82ab9dace044738a843fb404ed7d1db9dc9afe77
parent5357329454afd76c9c3bf5c292d605e3039d3508
Add og:url tags (#2298)

* add og:url to stream_item view

* add og:url and text to about/show

* add og:url to profile, followers and follows pages
app/views/about/show.html.haml
app/views/accounts/_og.html.haml
app/views/accounts/show.html.haml
app/views/follower_accounts/index.html.haml
app/views/following_accounts/index.html.haml
app/views/stream_entries/show.html.haml
spec/views/about/show.html.haml_spec.rb [new file with mode: 0644]
spec/views/accounts/show.html.haml_spec.rb
spec/views/stream_entries/show.html.haml_spec.rb