Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'fix/board' of dlab/hive
Browse files Browse the repository at this point in the history
from pull-request 1503

* refs/heads/fix/board:
  board: fix unmodifiable notice status of notice post

Reviewed-by: 이응준 <eungjun.yi@navercorp.com>
  • Loading branch information
doortts committed Mar 10, 2015
2 parents 29bd8cb + 97e05b7 commit 11b12b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/board/edit.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")/>
Expand Down

0 comments on commit 11b12b7

Please sign in to comment.