board: Remove 'target=_blank' from new button link in a page
@261d795d493656b72385c6c45930f642951d1611
--- app/views/board/view.scala.html
+++ app/views/board/view.scala.html
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 |
<dl> |
127 | 127 |
@if(project.menuSetting.board) { |
128 | 128 |
<dd class="project-btn-item"> |
129 |
- <a href="@routes.BoardApp.newPostForm(project.owner, project.name)" class="ybtn ybtn-success" target="_blank">@Messages("post.write")</a> |
|
129 |
+ <a href="@routes.BoardApp.newPostForm(project.owner, project.name)" class="ybtn ybtn-success">@Messages("post.write")</a> |
|
130 | 130 |
</dd> |
131 | 131 |
} |
132 | 132 |
</dl> |
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?