diff --git a/CHANGELOG b/CHANGELOG index 8bac858e32e..abd973be9c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ UNRELEASED CHANGES: -* +* Display contacts for each tag in the Tags view on the Settings page RELEASED VERSIONS: diff --git a/public/changelog.json b/public/changelog.json index 138c9099ee1..cc46edcbf02 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -1,5 +1,10 @@ { "entries": [ + { + "date": "Nov 13, 2018", + "title": "Contacts for each tag in the Settings page", + "description": "In the [Tags tab](/settings/tags) under the Settings page, you can now see which contacts are associated with each tag." + }, { "date": "Oct 27, 2018", "title": "New feature: documents upload", diff --git a/resources/views/settings/tags.blade.php b/resources/views/settings/tags.blade.php index 1e9da0a6979..7acf058f5c5 100644 --- a/resources/views/settings/tags.blade.php +++ b/resources/views/settings/tags.blade.php @@ -65,6 +65,11 @@
{{ $tag->name }} ({{ trans_choice('settings.tags_list_contact_number', $tag->contacts()->count(), ['count' => $tag->contacts()->count()]) }}) +