Skip to content

Commit

Permalink
Update index.html.slim
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Jul 5, 2016
1 parent c680629 commit 7a1c113
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/views/arguments/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ h1 =t '.title', :default => model_class.model_name.human.pluralize.titleize

div role="navigation"
ul.nav.nav-tabs
li class="#{action_name=='controversial' ? 'active' : ''}" =link_to "Controversial", controversial_arguments_path
li class="#{action_name=='popular' ? 'active' : ''}" =link_to "Popular", popular_arguments_path
li class="#{action_name=='decided' ? 'active' : ''}" =link_to "Decided", decided_arguments_path
li class="#{action_name=='valid' ? 'active' : ''}" =link_to "Valid", valid_arguments_path
li class="#{action_name=='invalid' ? 'active' : ''}" =link_to "Invalid", invalid_arguments_path
li class="#{action_name=='active' ? 'active' : ''}" =link_to "Active", active_arguments_path
li class="#{action_name=='newest' ? 'active' : ''}" =link_to "Newest", newest_arguments_path
li class="#{action_name=='controversial' ? 'active' : ''}" =link_to "Controversial", controversial_arguments_path
li class="#{action_name=='decided' ? 'active' : ''}" =link_to "Threshold Reached", decided_arguments_path

table.table
- @arguments.each do |argument|
Expand Down

0 comments on commit 7a1c113

Please sign in to comment.