Changesets can be listed by changeset number.
The Git repository is here.
Changeset 416
Ticket #276 asks for the forum description to be included in the detail
view for a topic, listing posts. The list of topics within a forum sets
a precedent by putting this information in the sidebar, so I've copied
that mechanism for the posts index view.
- Comitted by: rool
- Date: Monday March 21 22:27:09 2011 (over 13 years ago)
Affected files:
rool/rails/beast/trunk/app/views/topics/show.rhtml:
prev. | current | |
<% @monitoring = logged_in? && !Monitorship.count(:all, :conditions => ['user_id = ? and topic_id = ? and active = ?', current_user.id, @topic.id, true]).zero? %> | ||
<% content_for :right do -%> | ||
5 | <% unless @forum.description.blank? %> | |
6 | <h3>Description</h3> | |
7 | <%= @forum.description_html %> | |
8 | <% end %> | |
<h3>Voices</h3> | ||
<ul class="flat talking"> |