Various code cleanup. Removed executable flags, added newlines.

This commit is contained in:
James Cole
2016-12-22 19:42:45 +01:00
parent 14a0de6b6a
commit b6aa79bb38
92 changed files with 51 additions and 52 deletions

View File

@@ -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' %}

View File

@@ -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' %}

View File

@@ -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' %}

View File

@@ -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' %}

View File

@@ -10,4 +10,4 @@
</p>
</body>
</html>
</html>

View File

@@ -7,4 +7,4 @@
<body>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Hi there,
</p>
</p>

View File

@@ -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' %}

View File

@@ -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' %}

View File

@@ -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' %}

View File

@@ -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' %}

View File

@@ -261,4 +261,4 @@
{% block styles %}
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
{% endblock %}
{% endblock %}

View File

@@ -400,4 +400,4 @@
{% block styles %}
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
{% endblock %}
{% endblock %}

View File

@@ -193,4 +193,4 @@
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
{% endblock %}
{% endblock %}

View File

@@ -1,3 +1,3 @@
<p id="no_extra_options">
<em>{{ 'report_has_no_extra_options'|_ }}</em>
</p>
</p>

View File

@@ -35,4 +35,4 @@
</tr>
{% endfor %}
</tbody>
</table>
</table>

View File

@@ -113,4 +113,4 @@
{% block styles %}
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
{% endblock %}
{% endblock %}

View File

@@ -20,4 +20,4 @@
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="js/ff/transactions/list.js"></script>
{% endblock %}
{% endblock %}

View File

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