mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-01-10 17:06:47 +09:00
Use <x .y> instead of <x class=y> in Hamlet files
This commit is contained in:
parent
1fcc59f3e8
commit
9295a9ba8c
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue