hledger/hledger-web/templates/manage.hamlet

23 lines
578 B
Plaintext
Raw Normal View History

<h2>
Your journal's files
<div.row>
<div .col-md-6.col-sm-8.col-xs-12>
<table .table.table-condensed>
<thead>
<th>
File
<th>
<tbody>
$forall (path, _) <- jfiles j
<tr>
2018-06-17 15:31:10 +03:00
<td style="vertical-align:middle">
#{path}
<td style="text-align:right">
2018-06-17 15:31:10 +03:00
<a.btn.btn-default href=@{EditR path}>
Edit
2018-06-17 15:31:10 +03:00
<a.btn.btn-default href=@{UploadR path}>
Upload
2018-06-17 15:31:10 +03:00
<a.btn.btn-default href=@{DownloadR path}>
Download