summaryrefslogtreecommitdiff
path: root/app/views/sherlock/queries/show.html.haml
blob: 4a84348ac82582f753d40c81826bdb17684bb4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- page_title t('sherlock.title'), t('sherlock.transaction'), t('sherlock.query')
- header_title t('sherlock.title'), sherlock_transactions_path

%ul.center-top-menu
  %li.active
    %a(href="#tab-general" data-toggle="tab")
      = t('sherlock.general')
  %li
    %a(href="#tab-backtrace" data-toggle="tab")
      = t('sherlock.backtrace')

.gray-content-block
  .pull-right
    = link_to(sherlock_transaction_path(@transaction), class: 'btn') do
      %i.fa.fa-arrow-left
      = t('sherlock.transaction')
  .oneline
    = t('sherlock.query')
    = @query.id

.tab-content
  .tab-pane.active#tab-general
    = render(partial: 'general')

  .tab-pane#tab-backtrace
    = render(partial: 'backtrace')