[Notice] Announcing the End of Demo Server [Read me]

Merge branch 'fix/board' of dlab/hive
from pull-request 1503 * refs/heads/fix/board: board: fix unmodifiable notice status of notice post Reviewed-by: 이응준
@11b12b73ed2ef10e864ef9acb9f244dd0afe6c74
--- app/views/board/edit.scala.html
+++ app/views/board/edit.scala.html
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 |
@** end of fileUploader **@ |
61 | 61 |
|
62 | 62 |
<div class="right-txt mt10 mb10"> |
63 |
- @if(isAllowedToNotice && !requestHeader.getQueryString("readme").equals(None)){ |
|
63 |
+ @if(isAllowedToNotice){ |
|
64 | 64 |
@helper.input(form("notice")){(id, name, value, args) => |
65 | 65 |
<label class="checkbox"> |
66 | 66 |
<input type="checkbox" id="notice" name="notice" @toHtmlArgs(args) @(if(value.equals(Some("true"))) "checked" else "")/> |
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?