page titles

This commit is contained in:
jomo
2014-06-16 00:05:09 +02:00
parent 19eb868a50
commit 03efb744d1
29 changed files with 60 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
<% title "Manage Forums" %>
<h1>Manage Forums</h1>
<div class="item-group">
<div class="header">

View File

@@ -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|%>