Skip to content

Commit

Permalink
Remove moderator tool ip and browser from post
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 6, 2024
1 parent e92ff38 commit 955fa22
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions resources/js/components/forum/post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@
<a :href="post.url" class="small text-body">
<vue-timeago :datetime="post.created_at"/>
</a>
{{ ' ' }}
<a v-if="post.ip && is_mode_linear" :href="`/Adm/Stream?ip=${post.ip}`" :title="post.ip" class="text-muted small">
{{ post.ip }}
</a>
{{ ' ' }}
<small v-if="post.browser && is_mode_linear" :title="post.browser" class="text-muted">
{{ post.browser }}
</small>
</div>
</div>
</div>
Expand Down Expand Up @@ -95,10 +87,6 @@
<a :href="post.url" class="text-muted small">
<vue-timeago :datetime="post.created_at"/>
</a>

<a v-if="post.ip" :href="`/Adm/Stream?ip=${post.ip}`" :title="post.ip" class="text-muted small">
({{ post.ip }})
</a>
</div>
</div>

Expand Down

0 comments on commit 955fa22

Please sign in to comment.