Fix page controller and action IDs
- Also fix affected CSS and JS files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="c-forum-topics">
|
||||
<div id="c-forum-posts">
|
||||
<div id="a-edit">
|
||||
<h1>Edit Forum Post</h1>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div id="c-forum-topics">
|
||||
<div id="c-forum-posts">
|
||||
<div id="a-new">
|
||||
<% if @forum_topic %>
|
||||
<h1>Reply to <%= @forum_topic.title %></h1>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div id="c-forum-topics">
|
||||
<div id="c-forum-posts">
|
||||
<div id="a-search">
|
||||
<h1>Search Forum</h1>
|
||||
<%= form_tag(forum_posts_path, :method => :get, :class => "simple_form") do %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div id="c-forum-topics">
|
||||
<div id="c-forum-posts">
|
||||
<div id="a-show" class="single-forum-post list-of-forum-posts">
|
||||
<h1>Topic: <%= @forum_post.topic.title %></h1>
|
||||
<%= render "forum_post", :forum_post => @forum_post %>
|
||||
|
||||
Reference in New Issue
Block a user