page titles
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<% title "Manage Forums" %>
|
||||
|
||||
<h1>Manage Forums</h1>
|
||||
<div class="item-group">
|
||||
<div class="header">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<% title "New Forum: #{@group.title}" %>
|
||||
|
||||
<h1>New forum group</h1>
|
||||
<% role_selection = Role.all_from_to(:normal, :admin).collect{|p|[p.name, p.id]} %>
|
||||
<%= form_for @group do |f|%>
|
||||
|
||||
Reference in New Issue
Block a user