Commit c556e741 authored by Vanessa's avatar Vanessa

fixed #175

parent 7b548844
...@@ -43,7 +43,9 @@ ...@@ -43,7 +43,9 @@
<label for="articleCommentable">${allowComment1Label}</label> <label for="articleCommentable">${allowComment1Label}</label>
<input type="checkbox" id="articleCommentable" checked="checked" /> &nbsp;&nbsp;&nbsp; <input type="checkbox" id="articleCommentable" checked="checked" /> &nbsp;&nbsp;&nbsp;
<span id="postToCommunityPanel"> <span id="postToCommunityPanel">
<label for="postToCommunity">${postToCommunityLabel}</label> <label for="postToCommunity">
<a class="no-underline" href="http://symphony.b3log.org/usage" target="_blank">${postToCommunityLabel}</a>
</label>
<input id="postToCommunity" type="checkbox" checked="checked"/> <input id="postToCommunity" type="checkbox" checked="checked"/>
</span> </span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment