mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-22 13:19:50 +01:00
(bug) unable to show project step image in markdown file
This commit is contained in:
parent
168d804eb9
commit
ab5497dcc6
@ -1,5 +1,7 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
- Fix a bug: unable to show project step image in markdown file
|
||||
|
||||
## v6.0.8 2023 July 03
|
||||
|
||||
- Improved projects list filter
|
||||
|
@ -24,7 +24,7 @@ class ProjectToMarkdown
|
||||
md << ReverseMarkdown.convert(project_step.description.to_s)
|
||||
|
||||
project_step.project_step_images.each_with_index do |image, i|
|
||||
md << "})"
|
||||
md << "})"
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -85,4 +85,4 @@ class ProjectToMarkdown
|
||||
def full_url(path)
|
||||
"#{Rails.application.routes.url_helpers.root_url[...-1]}#{path}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user