mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
23 lines
578 B
Plaintext
23 lines
578 B
Plaintext
<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>
|
|
<td style="vertical-align:middle">
|
|
#{path}
|
|
<td style="text-align:right">
|
|
<a.btn.btn-default href=@{EditR path}>
|
|
Edit
|
|
<a.btn.btn-default href=@{UploadR path}>
|
|
Upload
|
|
<a.btn.btn-default href=@{DownloadR path}>
|
|
Download
|