Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "restore subscription button bell and switch to solid (#1563)"
This reverts commit 5b3133d.
  • Loading branch information
adelikat committed Jun 4, 2023
1 parent 8adea16 commit 264ef5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TASVideos/Pages/Forum/Topics/_TopicActionBar.cshtml
Expand Up @@ -5,15 +5,15 @@
asp-route-id="@Model.Id"
class="btn btn-info btn-sm"
title="Watch this topic">
<i class="fa-regular fa-bell-slash"></i>
<i class="fa fa-bell-slash-o"></i>
</a>
<a condition="User.IsLoggedIn() && Model.IsWatching"
asp-page="Index"
asp-page-handler="Unwatch"
asp-route-id="@Model.Id"
class="btn btn-warning btn-sm"
title="Stop watching this topic">
<i class="fa-regular fa-bell"></i>
<i class="fa fa-bell-o"></i>
</a>
<a permission="SetTopicType"
asp-page="SetType"
Expand Down

0 comments on commit 264ef5e

Please sign in to comment.