1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 10:46:45 +09:00

Use <x .y> instead of <x class=y> in Hamlet files

This commit is contained in:
fr33domlover 2016-05-13 15:25:19 +00:00
parent 1fcc59f3e8
commit 9295a9ba8c
2 changed files with 3 additions and 3 deletions

View file

@ -12,9 +12,9 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
<span class="parents">
<span .parents>
$forall (route, title) <- bcs
<a href=@{route}>#{title}
:: #
<span class="title">
<span .title>
#{current}

View file

@ -21,6 +21,6 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
$forall LogEntry author hash message time <- entries
<tr>
<td>#{author}
<td class="hash">#{T.take 10 hash}
<td .hash>#{T.take 10 hash}
<td>#{message}
<td>#{time}