Add link to debug thing.

This commit is contained in:
James Cole 2017-11-24 21:51:31 +01:00
parent be0758ce8a
commit af8df75e49
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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>