Skip to content

Commit

Permalink
repair subscribe button
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesndrs committed Nov 11, 2024
1 parent 67c589c commit 33e9577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/subscriptions/_subscribe_button.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%>
<% if show_calendar_sub || show_email_sub || show_rss_sub %>
<a class="btn btn-primary">
<div class="btn btn-primary">
<div type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Subscribe <span class="caret"></span>
</div>
Expand Down Expand Up @@ -36,7 +36,7 @@
<% end %>
<% end %>
</ul>
</a>
</div>

<% if show_email_sub %>
<div class="modal fade" tabindex="-1" role="dialog" aria-labelledby="subscribe-email-modal-title" id="subscribe-email-modal">
Expand Down

0 comments on commit 33e9577

Please sign in to comment.