]> cat aescling's git repositories - mastodon.git/commit
Add animate custom emoji param to embed pages (#8507)
authorRenato "Lond" Cerqueira <renato@lond.com.br>
Thu, 30 Aug 2018 21:14:01 +0000 (23:14 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 30 Aug 2018 21:14:01 +0000 (23:14 +0200)
commit11658d8653c7caadddfb0e3fe27272107c2e87b1
tree03c402b01b09f7a0851e3e1a1dae05c889b5605f
parent5b2b493a908cbea55096f7f028c306f6270e3b00
Add animate custom emoji param to embed pages (#8507)

* Add animate custom emoji param to embed pages

* Rename param, use it for avatars and gifs

* Fix issues pointed by codeclimate and breaking test

* Ignore brakeman warning
app/controllers/statuses_controller.rb
app/lib/formatter.rb
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_simple_status.html.haml
app/views/stream_entries/_status.html.haml
app/views/stream_entries/embed.html.haml
config/brakeman.ignore
spec/views/stream_entries/show.html.haml_spec.rb