You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
Background: The drawer expander and closer positions need to be swapped. rev-Drawer-expander should be inside rev-Drawer-contents. and rev-Drawer-closer should be outside (above) rev-Drawer-contents
When I use:
<%= drawer closer: "-", expander: "+" do %>
drawer stuff
<% end %>
Background: The drawer expander and closer positions need to be swapped.
rev-Drawer-expander
should be insiderev-Drawer-contents
. andrev-Drawer-closer
should be outside (above)rev-Drawer-contents
When I use:
It renders out like this:
But it should render out like this:
The text was updated successfully, but these errors were encountered: