2018-06-17 02:04:13 +03:00
|
|
|
<h2>
|
|
|
|
Your journal's files
|
|
|
|
|
|
|
|
<div.row>
|
2022-08-27 14:12:45 +03:00
|
|
|
<div .col-md-6.col-sm-8.col-xs-12>
|
2018-06-17 02:04:13 +03:00
|
|
|
<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">
|
2018-06-17 02:04:13 +03:00
|
|
|
#{path}
|
|
|
|
<td style="text-align:right">
|
2018-06-17 15:31:10 +03:00
|
|
|
<a.btn.btn-default href=@{EditR path}>
|
2018-06-17 02:04:13 +03:00
|
|
|
Edit
|
2018-06-17 15:31:10 +03:00
|
|
|
<a.btn.btn-default href=@{UploadR path}>
|
2018-06-17 02:04:13 +03:00
|
|
|
Upload
|
2018-06-17 15:31:10 +03:00
|
|
|
<a.btn.btn-default href=@{DownloadR path}>
|
2018-06-17 02:04:13 +03:00
|
|
|
Download
|