This commit is contained in:
albert
2012-03-12 17:50:45 -04:00
parent d5569bed5b
commit dd5a965884
17 changed files with 118 additions and 63 deletions

View File

@@ -1,6 +1,11 @@
<div id="c-forum-topics">
<div id="a-show">
<h1>Topic: <%= @forum_topic.title %></h1>
<h1>
Topic: <%= @forum_topic.title %>
<% if @forum_topic.is_deleted? %>
(deleted)
<% end %>
</h1>
<% if @forum_topic.is_locked? %>
<div class="notice">