page titles
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<% title "Edit Thread: #{@thread}" %>
|
||||
|
||||
<h1>Edit thread</h1>
|
||||
<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → New thread
|
||||
<%= form_for @thread do |f|%>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<% title "New Thread: #{@thread.forum.title}" %>
|
||||
|
||||
<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → New thread
|
||||
<h1>New thread</h1>
|
||||
<%= form_for @thread do |f|%>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<% title @thread.title %>
|
||||
|
||||
<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → <%= link_to @thread %>
|
||||
<div class="item-group thread with-avatar" id="thread-<%= @thread.id %>">
|
||||
<div class="header">
|
||||
|
||||
Reference in New Issue
Block a user