Clean up this template a lil

This commit is contained in:
swaggboi 2022-08-23 20:05:07 -04:00
parent ed31fb963c
commit edc7a19bb0

View File

@ -1,8 +1,7 @@
% layout 'main'; % layout 'main';
% title 'New Remark'; % title 'New Remark';
<h2><%= title %></h2> <h2><%= title %></h2>
<% if (my $thread_body = %$thread{'body'}) { =%> <div class="threads">
<div class="threads">
<article class="thread"> <article class="thread">
<span class="id">#<%= %$thread{'id'} %></span> <span class="id">#<%= %$thread{'id'} %></span>
<h3 class="title"><%= %$thread{'title'} %></h3> <h3 class="title"><%= %$thread{'title'} %></h3>
@ -10,8 +9,7 @@
<h5 class="author"><%= %$thread{'author'} %></h5> <h5 class="author"><%= %$thread{'author'} %></h5>
<p class="body"><%= $thread_body %></p> <p class="body"><%= $thread_body %></p>
</article> </article>
</div> </div>
<% } =%>
<form method="post"> <form method="post">
<div class="name field"> <div class="name field">
<%= label_for name => 'Author' %> <%= label_for name => 'Author' %>