fix image width for markdown
This commit is contained in:
parent
39ea486e1f
commit
dfe9f3674c
2 changed files with 11 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
= text_field_tag :project_clone, @project.url_to_repo, :class => "xlarge one_click_select git_clone_url"
|
||||
|
||||
- if @project.description.present?
|
||||
.prettyprint= markdown @project.description
|
||||
.markdown.prettyprint= markdown @project.description
|
||||
- unless @events.blank?
|
||||
%br
|
||||
%h5.cgray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue