Skip to content

Improve image links

Klaus Stein requested to merge Lapizistik/redhopper:master into master

The haml uses absolute paths for image links which break when redmine is installed on a subdirectory URL as base path. Using the image_tag helper solves this.

The drag'n'drop JS also used an absolute path and was broken too. I fixed this with the second commit.

Edited by Klaus Stein

Merge request reports