[Notice] Announcing the End of Demo Server [Read me]
채수원 2015-03-10
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
+++ app/views/board/edit.scala.html
@@ -60,7 +60,7 @@
         @** end of fileUploader **@
 
         <div class="right-txt mt10 mb10">
-          @if(isAllowedToNotice && !requestHeader.getQueryString("readme").equals(None)){
+          @if(isAllowedToNotice){
             @helper.input(form("notice")){(id, name, value, args) =>
             <label class="checkbox">
               <input type="checkbox" id="notice" name="notice" @toHtmlArgs(args) @(if(value.equals(Some("true"))) "checked" else "")/>
Add a comment
List