Change email. Small improvements

This commit is contained in:
Flavio Copes 2015-10-09 19:34:51 +02:00
parent 0b6232a280
commit 6ce186584e
2 changed files with 7 additions and 7 deletions

View File

@ -75,9 +75,9 @@
});
</script>
<h1>Comments from the last 7 days</h1>
<h1>Comments in the last 7 days</h1>
<div class="admin-block default-box-shadow">
<div class="admin-block">
<table>
<tbody class="js__comments-container">
<tr class="h">
@ -87,9 +87,9 @@
</tr>
{% for comment in grav.twig.comments.comments %}
<tr>
<td class="e author">{{comment.author}}</td>
<td class="v comment">{{comment.text}}</td>
<td class="v details"><strong>Page</strong>: {{comment.pageTitle}}<br>
<td class="author">{{comment.author}}</td>
<td class="comment">{{comment.text}}</td>
<td class="details"><strong>Page</strong>: {{comment.pageTitle}}<br>
<strong>Date</strong>: {{comment.date}}</td>
</tr>
{% endfor %}

View File

@ -2,5 +2,5 @@ enabled: true
use_captcha: false
recatpcha_site_key: ''
recatpcha_secret: ''
enable_email_notifications: true
notifications_email_to: 'copesc@gmail.com'
enable_email_notifications: false
notifications_email_to: 'noreply@getgrav.org'