Commit graph

4 commits

Author SHA1 Message Date
George Tsiolis
58b3b7732b Externalize strings from /app/views/projects/diffs 2018-11-20 12:38:52 +02:00
Annabel Gray
cf01719d6e Resolve ""Click to expand" link in collapsed diffs should be blue" 2018-06-14 20:22:56 +00:00
blackst0ne
eddf3febd7 [Rails5] Add safe_params helper
Rails 5.0 requires to explicitly permit attributes when building a URL
using current `params` object.

The `safe_params` helper allows developers to just call `safe_params.merge(...)`
instead of manually adding `permit` to every call.

https://github.com/rails/rails/pull/20868
2018-04-08 15:35:30 +11:00
Douwe Maan
7944254563 Implement diff viewers 2017-06-14 10:12:21 -05:00