mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Add link to debug thing.
This commit is contained in:
@@ -31,6 +31,9 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
|
||||
|
||||
</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;">
|
||||
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 }}
|
||||
```
|
||||
</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>
|
||||
</html>
|
||||
|
@@ -143,7 +143,7 @@
|
||||
|
||||
<footer class="main-footer">
|
||||
<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>
|
||||
<strong><a href="https://github.com/firefly-iii/firefly-iii">Firefly III</a></strong>
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user