Skip to content

Commit

Permalink
feat: refacted the subcription btn class (#4692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malavi1 committed Mar 7, 2024
1 parent ff050d4 commit 6c4a098
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/commontator/subscriptions/_link.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
commontator.polymorphic_path([sub_string.to_sym, thread]),
method: :put,
id: "commontator-thread-#{thread.id}-#{sub_string}",
class: "anchor-text sub_string mt-0 pt-0",
remote: true, class: "btn primary-button" %>
remote: true, class: "btn primary-button", style: "margin-top: 10px;" %>

0 comments on commit 6c4a098

Please sign in to comment.