
hotfix: revoke markdown preview at comments
Some code snippet related to markdown preview was removed by mistake. This fix revoke it.
@00435d158f24e3a91c1a40a7595af9c02a903a75
--- app/views/board/view.scala.html
+++ app/views/board/view.scala.html
... | ... | @@ -119,6 +119,7 @@ |
119 | 119 |
<button type="button" class="ybtn" data-dismiss="modal">@Messages("button.no")</button> |
120 | 120 |
</div> |
121 | 121 |
</div> |
122 |
+@common.markdown(project) |
|
122 | 123 |
@common.commentDeleteModal() |
123 | 124 |
|
124 | 125 |
<link rel="stylesheet" type="text/css" media="screen" href="@routes.Assets.at("javascripts/lib/atjs/jquery.atwho.css")"> |
--- app/views/code/partial_view_file.scala.html
+++ app/views/code/partial_view_file.scala.html
... | ... | @@ -117,4 +117,5 @@ |
117 | 117 |
} |
118 | 118 |
} |
119 | 119 |
} |
120 |
+@common.markdown(project) |
|
120 | 121 |
<script type="text/javascript" src="@routes.Assets.at("javascripts/lib/ace/ace.js")"></script> |
--- app/views/issue/view.scala.html
+++ app/views/issue/view.scala.html
... | ... | @@ -328,6 +328,7 @@ |
328 | 328 |
</div> |
329 | 329 |
</div> |
330 | 330 |
</div> |
331 |
+@common.markdown(project) |
|
331 | 332 |
@common.commentDeleteModal() |
332 | 333 |
@common.select2() |
333 | 334 |
@common.calendar() |
--- app/views/milestone/view.scala.html
+++ app/views/milestone/view.scala.html
... | ... | @@ -134,6 +134,7 @@ |
134 | 134 |
</div> |
135 | 135 |
</div> |
136 | 136 |
|
137 |
+@common.markdown(project) |
|
137 | 138 |
<link rel="stylesheet" href="@routes.IssueLabelApp.labelStyles(project.owner, project.name)" type="text/css" /> |
138 | 139 |
<script type="text/javascript"> |
139 | 140 |
$(document).ready(function(){ |
--- app/views/project/partial_readme.scala.html
+++ app/views/project/partial_readme.scala.html
... | ... | @@ -48,4 +48,5 @@ |
48 | 48 |
<div class="readme-body markdown-wrap">@Html(Markdown.render(project.readme, project, false))</div> |
49 | 49 |
</div> |
50 | 50 |
} |
51 |
+@common.markdown(project) |
|
51 | 52 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?