diff --git a/public/images/custom-select.png b/public/images/custom-select.png index 6af0b46..5a5f9f4 100755 Binary files a/public/images/custom-select.png and b/public/images/custom-select.png differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 969c45c..09d5b17 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -14,4 +14,4 @@ "/css/colors/red.css": "/css/colors/red.css", "/css/colors/red-dark.css": "/css/colors/red-dark.css", "/js/plugin.js": "/js/plugin.js" -} \ No newline at end of file +} diff --git a/resources/assets/js/views/post/View.vue b/resources/assets/js/views/post/View.vue index 4ca9977..2f101e5 100755 --- a/resources/assets/js/views/post/View.vue +++ b/resources/assets/js/views/post/View.vue @@ -12,6 +12,13 @@

{{ post.title }}

+
+ + + +
{{ trans('general.share') }}
@@ -109,6 +116,9 @@ helper.showSpinner(); this.$store.dispatch('setSearchCategory', categoryId); this.$router.push('/search'); + }, + hasRole(role) { + return helper.hasRole(role); } } }