
ViewPage: remove legacy code for markdown
@4726fe88a258ee28f33ed91c27bcf0982175a5a3
--- app/views/board/view.scala.html
+++ app/views/board/view.scala.html
... | ... | @@ -119,8 +119,6 @@ |
119 | 119 |
<button type="button" class="ybtn" data-dismiss="modal">@Messages("button.no")</button> |
120 | 120 |
</div> |
121 | 121 |
</div> |
122 |
- |
|
123 |
-@common.markdown(project) |
|
124 | 122 |
@common.commentDeleteModal() |
125 | 123 |
|
126 | 124 |
<link rel="stylesheet" type="text/css" media="screen" href="@routes.Assets.at("javascripts/lib/atjs/jquery.atwho.css")"> |
--- app/views/issue/view.scala.html
+++ app/views/issue/view.scala.html
... | ... | @@ -328,8 +328,6 @@ |
328 | 328 |
</div> |
329 | 329 |
</div> |
330 | 330 |
</div> |
331 |
- |
|
332 |
-@common.markdown(project) |
|
333 | 331 |
@common.commentDeleteModal() |
334 | 332 |
@common.select2() |
335 | 333 |
@common.calendar() |
--- app/views/milestone/view.scala.html
+++ app/views/milestone/view.scala.html
... | ... | @@ -134,8 +134,6 @@ |
134 | 134 |
</div> |
135 | 135 |
</div> |
136 | 136 |
|
137 |
-@common.markdown(project) |
|
138 |
- |
|
139 | 137 |
<link rel="stylesheet" href="@routes.IssueLabelApp.labelStyles(project.owner, project.name)" type="text/css" /> |
140 | 138 |
<script type="text/javascript"> |
141 | 139 |
$(document).ready(function(){ |
--- app/views/project/partial_readme.scala.html
+++ app/views/project/partial_readme.scala.html
... | ... | @@ -48,5 +48,4 @@ |
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) |
|
52 | 51 |
</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?