Sha256: 9a4b3ee322dfeaeb8f961a48f152eefbd8960f6dd29eb7f67cff7deac51abae9

Contents?: true

Size: 626 Bytes

Versions: 12

Compression:

Stored size: 626 Bytes

Contents

.btn-group{:style => "vertical-align: top; margin-right: 5px;"}
  = link_to "Home", root_path, class: "btn btn-primary"
  %button.btn.btn-primary.dropdown-toggle{"aria-expanded" => "false", "aria-haspopup" => "true", "data-toggle" => "dropdown", :type => "button"}
    %span.caret
    %span.sr-only Toggle Dropdown
  %ul.dropdown-menu
    %li= link_to "Checks", checks_path
    %li.divider{:role => "separator"}
    %li= link_to "New Query", new_query_path
    %li= link_to "New Dashboard", new_dashboard_path
    - check_params = @query ? {query_id: @query.id} : {}
    %li= link_to "New Check", new_check_path(check_params)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sql-jarvis-2.1.11 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.10 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.9 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.8 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.7 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.6 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.5 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.4 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.3 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.2 app/views/blazer/_nav.html.haml
sql-jarvis-2.1.1 app/views/blazer/_nav.html.haml
sql-jarvis-2.1 app/views/blazer/_nav.html.haml