mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
8e39c06940
* Fix for distance Fixes the `distance` to search not being passed through to `ImageReverse.images()` `set_scraper_cache` passes the `distance` through into `params` `create` normalizes and inserts the result into the params passed to `ImageReverse.images()` `normalize_dist` checks if there is a `distance` set, adds a leading 0 to it (to account for values like `.5`, which would crash `Float.parse()`), and turns it back into a well-formatted string for `ImageReverse.images()` * Fixed space |
||
---|---|---|
.. | ||
comment_controller.ex | ||
gallery_controller.ex | ||
image_controller.ex | ||
post_controller.ex | ||
reverse_controller.ex | ||
tag_controller.ex |