Compare commits

..

9 Commits

2 changed files with 73 additions and 75 deletions

View File

@ -184,7 +184,6 @@ library
, http-conduit , http-conduit
, http-types , http-types
, megaparsec >=7.0.0 && <9.8 , megaparsec >=7.0.0 && <9.8
, modern-uri
, mtl >=2.2.1 , mtl >=2.2.1
, network , network
, safe >=0.3.20 , safe >=0.3.20
@ -197,7 +196,6 @@ library
, unordered-containers , unordered-containers
, utf8-string , utf8-string
, wai , wai
, wai-app-static
, wai-cors , wai-cors
, wai-extra , wai-extra
, wai-handler-launch >=3.0.3 , wai-handler-launch >=3.0.3

View File

@ -6,7 +6,7 @@ $if elem AddPermission perms
data-toggle="modal" data-target="#addmodal" title="Lisää uusi tapahtuma kirjanpitoon."> data-toggle="modal" data-target="#addmodal" title="Lisää uusi tapahtuma kirjanpitoon.">
Kirjaa tapahtuma Kirjaa tapahtuma
<ol .transactionsreport .list-unstyled> <ol .transactionsreport .list-unstyled>
$forall torig <- items $forall torig <- items
<li .transaction ##{transactionFrag torig}> <li .transaction ##{transactionFrag torig}>
<div .title title="#{showTransaction torig}"> <div .title title="#{showTransaction torig}">