Created
September 22, 2019 15:30
-
-
Save salami-art/26a86a3b0017c759ebee812267027817 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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