prevent strange source link line breaks
This commit is contained in:
@@ -35,7 +35,7 @@ module PostsHelper
|
|||||||
end
|
end
|
||||||
|
|
||||||
if CurrentUser.is_builder? && !source_search.blank?
|
if CurrentUser.is_builder? && !source_search.blank?
|
||||||
source_link + " " + link_to("»".html_safe, posts_path(:tags => source_search))
|
source_link + " ".html_safe + link_to("»".html_safe, posts_path(:tags => source_search))
|
||||||
else
|
else
|
||||||
source_link
|
source_link
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user