discourse/plugins/discourse-narrative-bot/spec
Loïc Guitaut 430d6308a8 FIX: Render links with subfolders properly in Discobot
Currently, some links aren’t properly built in Discobot when Discourse
is hosted in a subfolder. This is because we’re providing
`Discourse.base_url` to the Rails helpers which contains the base URL
*with* the prefix. But Rails helpers already handle this prefix so the
resulting link gets the prefix twice.

The fix is quite simple: use `Discourse.base_url_no_prefix` instead of
`Discourse.base_url`.
2023-04-17 16:53:00 +02:00
..
discourse_narrative_bot FIX: Render links with subfolders properly in Discobot 2023-04-17 16:53:00 +02:00
jobs DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00
lib DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00
requests DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00
user_spec.rb DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00