Skip to content

Instantly share code, notes, and snippets.

@salami-art
Created September 22, 2019 15:30
Show Gist options
  • Save salami-art/26a86a3b0017c759ebee812267027817 to your computer and use it in GitHub Desktop.
Save salami-art/26a86a3b0017c759ebee812267027817 to your computer and use it in GitHub Desktop.
def render_tabs_wrapper
content_tag :ul, class: 'nav nav-tabs' do
content_tag( :li, 'v-sticky': 'value' ) do; ""; end + yield
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment