mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 04:21:20 +00:00
Edit attachment page.
This commit is contained in:
7
resources/twig/form/static.twig
Normal file
7
resources/twig/form/static.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="{{ classes }}" id="{{ name }}_holder">
|
||||
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
||||
|
||||
<div class="col-sm-8">
|
||||
<p class="form-control-static">{{ value }}</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user