Skip to content

Commit

Permalink
Merge pull request #1 from biglotteryfund/master
Browse files Browse the repository at this point in the history
Fix spacing issue before commas
  • Loading branch information
rmdev committed Mar 27, 2019
2 parents c5f3382 + 7add968 commit 8b10a5d
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -24,10 +24,10 @@
<a href="{{ entry.getCpEditUrl() }}">{{ entry.title }}</a>
<span class="light">
{{ entry.dateUpdated|timestamp('short') }}
{% if CraftEdition == CraftPro %}
{% if className == "craft\\models\\EntryVersion" %}
{%- if CraftEdition == CraftPro -%}
{% if className == "craft\\models\\EntryVersion" -%}
, {{ entry.getCreator().username }}
{% elseif className == "craft\\elements\\Entry" %}
{% elseif className == "craft\\elements\\Entry" -%}
, {{ entry.author.username }}
{% endif %}
{% endif %}
Expand All @@ -39,4 +39,4 @@
{% else %}
<p>{{ "No entries exist yet."|t('app') }}</p>
{% endif %}
</div>
</div>

0 comments on commit 8b10a5d

Please sign in to comment.