Skip to content

Commit

Permalink
Add remote ID to tag show page
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja authored and emodric committed Aug 9, 2018
1 parent fd7bd3e commit 62d704f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundle/Resources/translations/eztags_admin.en.yml
Expand Up @@ -7,6 +7,7 @@ dashboard.title: 'Tags dashboard'

tag.title: 'Tag'
tag.tag_id: 'Tag ID'
tag.remote_id: 'Remote ID'
tag.tag_name: 'Keyword'
tag.translations: 'Translations'
tag.modified: 'Modified'
Expand Down
1 change: 1 addition & 0 deletions bundle/Resources/views/admin/tag/show.html.twig
Expand Up @@ -11,6 +11,7 @@
{% endif %}

<span class="tag-title-note">{{ 'tag.tag_id'|trans }}: <strong>{{ tag.id }}</strong></span>
<span class="tag-title-note">{{ 'tag.remote_id'|trans }}: <strong>{{ tag.remoteId }}</strong></span>
<span class="tag-title-note">{{ 'tag.modified'|trans }}: <strong>{{ tag.modificationDate|date }}</strong></span>
</h2>

Expand Down

0 comments on commit 62d704f

Please sign in to comment.