mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add link to debug thing.
This commit is contained in:
parent
be0758ce8a
commit
af8df75e49
@ -31,6 +31,9 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
|
|||||||
|
|
||||||
</textarea>
|
</textarea>
|
||||||
|
|
||||||
|
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;color:#a00;">
|
||||||
|
<a href="{{ route('index') }}">Back to the index</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;color:#a00;">
|
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;color:#a00;">
|
||||||
You may also share the content of the box below. You can also copy-and-paste this into a new
|
You may also share the content of the box below. You can also copy-and-paste this into a new
|
||||||
@ -43,5 +46,10 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
|
|||||||
{{ logContent }}
|
{{ logContent }}
|
||||||
```
|
```
|
||||||
</textarea>
|
</textarea>
|
||||||
|
|
||||||
|
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;color:#a00;">
|
||||||
|
<a href="{{ route('index') }}">Back to the index</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -143,7 +143,7 @@
|
|||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="pull-right hidden-xs">
|
<div class="pull-right hidden-xs">
|
||||||
<b>{{ 'version'|_ }}</b> {{ Config.get('firefly.version') }}
|
<b>{{ 'version'|_ }}</b> <a href="{{ route('debug') }}">{{ Config.get('firefly.version') }}</a>
|
||||||
</div>
|
</div>
|
||||||
<strong><a href="https://github.com/firefly-iii/firefly-iii">Firefly III</a></strong>
|
<strong><a href="https://github.com/firefly-iii/firefly-iii">Firefly III</a></strong>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user