- <%= link_to("Menu", "#menu", class: "list-group-item") %>
- <%= link_to("Menu for Apps", "#menu-for-apps", class: "list-group-item") %>
- <%= link_to("List group", "#list-group", class: "list-group-item") %>
- <%= link_to("List group with icons", "#list-group-with-icons",
class: "list-group-item") %>
- <%= link_to("Nested list group", "#nested-list-group", class: "list-group-item") %>
- <%= link_to("Nested list group with icons", "#nested-list-group-with-icons",
class: "list-group-item") %>
- <%= link_to("Dropdown", "#dropdown", class: "list-group-item") %>
- <%= link_to("Alerts", "#alerts", class: "list-group-item") %>
- <%= link_to("Dismissible alerts", "#dismissible-alerts", class: "list-group-item") %>
- <%= link_to("Links in alerts", "#links-in-alerts", class: "list-group-item") %>
- <%= link_to("Sheet", "#sheet", class: "list-group-item") %>
- <%= link_to("Sheet with header", "#sheet-with-header", class: "list-group-item") %>
- <%= link_to("Sheet with tabs", "#sheet-with-tabs", class: "list-group-item") %>
- <%= link_to("Sheet with stacked tabs", "#sheet-with-stacked-tabs",
class: "list-group-item") %>
- <%= link_to("Sheet with auto-stackable tabs", "#sheet-with-auto-stackable-tabs",
class: "list-group-item") %>
- <%= link_to("Sheet with stacked pills", "#sheet-with-stacked-pills",
class: "list-group-item") %>
- <%= link_to("Sheet with alerts", "#sheet-with-alerts", class: "list-group-item") %>
- <%= link_to("Chosen select", "#chosen-select", class: "list-group-item") %>
- <%= link_to("Chosen multiple select", "#chosen-multiple-select",
class: "list-group-item") %>
- <%= link_to("Switch", "#switch", class: "list-group-item") %>
- <%= link_to("Disabled switch", "#disabled-switch", class: "list-group-item") %>
- <%= link_to("Modal", "#modal", class: "list-group-item") %>