fixes #139: New forum threads submitted locked/stickied are neither.

This commit is contained in:
albert
2011-10-17 00:13:36 -04:00
parent 3feeaf02e3
commit eee3351c0f
5 changed files with 31 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
<div id="c-forum-topics">
<div id="a-show">
<h1>Topic: <%= @forum_topic.title %></h1>
<% if @forum_topic.is_locked? %>
<div class="notice">
<p>This topic has been locked.</p>