Closed Mirv closed 7 years ago
Will take a poke at this Saturday(4/29) probably, should only be like 5 or 10 minute thing - will spend some time figuring what else can be pulled to make it readable ... spending a lot of time wading through the views right now.
Quick search shows 6 pages use 'nav-tabs'
/app/views/ingredients/show.html.erb:
8: <ul class="nav nav-tabs">
/app/views/recipes/index.html.erb:
11: <ul class="nav nav-tabs">
/app/views/recipes/search.html.erb:
8: <ul class="nav nav-tabs">
/app/views/styles/show.html.erb:
8: <ul class="nav nav-tabs">
/app/views/users/index.html.erb:
8: <ul class="nav nav-tabs">
/app/views/workouts/index.html.erb:
9: <ul class="nav nav-tabs">
Found 6 matches in 6 files ```
Eventually want this layout pulled from main view logic