diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2021-11-03 18:36:28 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2021-11-03 18:36:28 +0100 |
| commit | 4369792a6cec78fe97479d8010b0bc9fc9088d65 (patch) | |
| tree | 17ed3e7930c52a50a5f374ec5076ef3a75734223 /views/info.hbs | |
| parent | dfa70c8e1f9343291b88f8c597cfd9ee63afc5b2 (diff) | |
| download | bars-manager-4369792a6cec78fe97479d8010b0bc9fc9088d65.tar.gz bars-manager-4369792a6cec78fe97479d8010b0bc9fc9088d65.tar.zst bars-manager-4369792a6cec78fe97479d8010b0bc9fc9088d65.zip | |
Info page fix
Diffstat (limited to 'views/info.hbs')
| -rw-r--r-- | views/info.hbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/info.hbs b/views/info.hbs index 08e9ef7..3ba3656 100644 --- a/views/info.hbs +++ b/views/info.hbs @@ -6,5 +6,6 @@ <div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">name:</span> {{name}}<br></div> <div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">path:</span> {{path}}<br></div> <div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">size:</span> {{size}}<br></div> + <div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">type:</span> {{type}}<br></div> <div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">savedate:</span> {{date}}<br></div> </div> |
