hledger/hledger-web/templates/edit-form.hamlet
Simon Michael 9b8044f737 fix:web:edit form: fix broken "File format help" link (fix #2103)
Now not broken, https rather than http, and pointing to the "Data
formats" section, which has links to each of the file formats
(in case editing a non-journal file).
2023-10-21 03:36:04 +01:00

18 lines
458 B
Plaintext

#{extra}
<h2>
Edit file #
<i>#{f}
<div.alert.alert-danger>
Are you sure? This will overwrite your journal!
<table.table.table-condensed>
<tr>
<td colspan=2 style="border:0">
^{fvInput tView}
<tr>
<td style="border:0">
<span.help>
^{helplink "data-formats" "File format help"}
<td .text-right style="border:0">
<a.btn.btn-default href="@{ManageR}">Go back
<input.btn.btn-default type=submit value="Save">