Skip to content

Commit

Permalink
Remove link to old 'advanced' tab
Browse files Browse the repository at this point in the history
PP-132 PP-141
  • Loading branch information
lo5 committed Jun 15, 2014
1 parent 91afc52 commit 045fc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/templates/scoring-view.jade
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
// ko if:isComparisonView
.y-tabs
a.y-tab(data-bind='click:switchToTabularView, css:{active:isTabularComparisonView}') Tabular
a.y-tab(data-bind='click:switchToAdvancedView, css:{active:isAdvancedComparisonView}') Advanced
a.y-tab(data-bind='click:switchToSheetView, css:{active:isSheetView}') Sheet
// a.y-tab(data-bind='click:switchToAdvancedView, css:{active:isAdvancedComparisonView}') Advanced
a.y-tab(data-bind='click:switchToSheetView, css:{active:isSheetView}') Advanced

// ko if:isTabularComparisonView
div(data-bind='geyser:comparisonTable')
Expand Down

0 comments on commit 045fc72

Please sign in to comment.