Rename layout to default per convention
This commit is contained in:
parent
4b6b0149bc
commit
10e7944bc3
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title 'Top Secret';
|
% title 'Top Secret';
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<p>For mods only!!</p>
|
<p>For mods only!!</p>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title 'Top Secret';
|
% title 'Top Secret';
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<p>For mods only!!</p>
|
<p>For mods only!!</p>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title 'Moderator Login';
|
% title 'Moderator Login';
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title "Remark #$remark->{'id'}";
|
% title "Remark #$remark->{'id'}";
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<div class="remarks">
|
<div class="remarks">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title 'New Remark';
|
% title 'New Remark';
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title "Thread #$thread->{'id'}";
|
% title "Thread #$thread->{'id'}";
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<div class="threads">
|
<div class="threads">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title 'Threads List';
|
% title 'Threads List';
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<div class="threads">
|
<div class="threads">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% layout 'main';
|
% layout 'default';
|
||||||
% title 'New Thread';
|
% title 'New Thread';
|
||||||
<h2><%= title %></h2>
|
<h2><%= title %></h2>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user