Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turbo & Bootstrap 5.x updates #52

Merged
merged 8 commits into from
Jul 3, 2024
Next Next commit
Update userbox toggle for Bootstrap 5
  • Loading branch information
spohlenz committed May 27, 2024
commit e47a76d237fc897bbfceee78234ea6e5ff455000
2 changes: 1 addition & 1 deletion app/views/trestle/auth/_userbox.html.erb
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<% end %>

<% if show_dropdown %>
<%= link_to content, "#", data: { toggle: 'dropdown' } %>
<%= link_to content, "#", data: { bs_toggle: 'dropdown', bs_offset: "0,7" } %>
<% else %>
<%= content %>
<% end %>