23 lines
593 B
Plaintext
23 lines
593 B
Plaintext
<h2>
|
|
Kirjanpitosi tiedostot
|
|
|
|
<div.row>
|
|
<div .col-md-6.col-sm-8.col-xs-12>
|
|
<table .table.table-condensed>
|
|
<thead>
|
|
<th>
|
|
Tiedosto
|
|
<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}>
|
|
Muokkaa
|
|
<a.btn.btn-default href=@{UploadR path}>
|
|
Korvaa uudella
|
|
<a.btn.btn-default href=@{DownloadR path}>
|
|
Imuroi
|