mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Various code cleanup. Removed executable flags, added newlines.
This commit is contained in:
@@ -17,4 +17,4 @@
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
You should be redirected to the index page right away. The link expires in about four hours.
|
||||
</p>
|
||||
{% include 'emails.footer-html' %}
|
||||
{% include 'emails.footer-html' %}
|
||||
|
@@ -8,4 +8,4 @@ PLEASE verify that this activation link goes to the Firefly III installation you
|
||||
{{ route }}
|
||||
|
||||
You should be redirected to the index page right away. The link expires in about four hours.
|
||||
{% include 'emails.footer-text' %}
|
||||
{% include 'emails.footer-text' %}
|
||||
|
@@ -42,4 +42,4 @@
|
||||
<p style="font-family: monospace;font-size:11px;color:#aaa">
|
||||
{{ stackTrace|nl2br }}
|
||||
</p>
|
||||
{% include 'emails.footer-html' %}
|
||||
{% include 'emails.footer-html' %}
|
||||
|
@@ -26,4 +26,4 @@ https://github.com/JC5/firefly-iii/issues/new
|
||||
The full stacktrace is below:
|
||||
|
||||
{{ stackTrace }}
|
||||
{% include 'emails.footer-text' %}
|
||||
{% include 'emails.footer-text' %}
|
||||
|
@@ -10,4 +10,4 @@
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -7,4 +7,4 @@
|
||||
<body>
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
Hi there,
|
||||
</p>
|
||||
</p>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
{% include 'emails.header-text' %}
|
||||
Firefly III has just locked out somebody trying to login with email address {{ email }}.
|
||||
{% include 'emails.footer-text' %}
|
||||
{% include 'emails.footer-text' %}
|
||||
|
@@ -10,4 +10,4 @@
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
<a href="{{ url }}">{{ url }}</a>
|
||||
</p>
|
||||
{% include 'emails.footer-html' %}
|
||||
{% include 'emails.footer-html' %}
|
||||
|
@@ -4,4 +4,4 @@ Somebody tried to reset your password. If it was you, please follow the link bel
|
||||
PLEASE verify that the link actually goes to the Firefly III you expect it to go!
|
||||
|
||||
{{ url }}
|
||||
{% include 'emails.footer-text' %}
|
||||
{% include 'emails.footer-text' %}
|
||||
|
@@ -18,4 +18,4 @@ https://github.com/JC5/firefly-iii/wiki/First-use
|
||||
http://jc5.github.io/firefly-iii//description/
|
||||
|
||||
The registration has been created from IP {{ ip }}
|
||||
{% include 'emails.footer-text' %}
|
||||
{% include 'emails.footer-text' %}
|
||||
|
@@ -261,4 +261,4 @@
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -400,4 +400,4 @@
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -193,4 +193,4 @@
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<p id="no_extra_options">
|
||||
<em>{{ 'report_has_no_extra_options'|_ }}</em>
|
||||
</p>
|
||||
</p>
|
||||
|
@@ -35,4 +35,4 @@
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
@@ -113,4 +113,4 @@
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -20,4 +20,4 @@
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script type="text/javascript" src="js/ff/transactions/list.js"></script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -20,4 +20,4 @@
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script type="text/javascript" src="js/ff/transactions/list.js"></script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
0
resources/views/vendor/.gitkeep
vendored
Executable file → Normal file
0
resources/views/vendor/.gitkeep
vendored
Executable file → Normal file
Reference in New Issue
Block a user