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