about summary refs log tree commit diff
path: root/app/views/stream_entries/_media.html.haml
AgeCommit message (Collapse)Author
2017-06-29Images now behind CWs on static pageskibigo!
2017-05-08Added haml-lint and fix warnings (#2773)yhirano
* add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.