Sha256: 09ea313c1091770cc73e36134dbfa3ebd600783733ddf1cb26880e84ab1fa209

Contents?: true

Size: 543 Bytes

Versions: 16

Compression:

Stored size: 543 Bytes

Contents

%h1.text-center= t('views.lookup_result.headline')

= haml :form, layout: false

%ul.lp_navigation#navigation
  %li.active
    %a{ href: "#styled", :"data-toggle" => "tab" } 
      = t('views.lookup_result.buttons.styled')
  %li
    %a{ href: "#verbatim", :"data-toggle" => "tab" }
      = t('views.lookup_result.buttons.verbatim')

.tab-content
  #styled.tab-pane.active
    .lp_requested_uri= t('views.lookup_result.subtitle', url: h(@uri))
    = @result.styled_content
  #verbatim.tab-pane
    .lp_verbatim
      = @result.verbatim_content

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
local_pac-0.10.2 app/views/lookup_result.haml
local_pac-0.10.1 app/views/lookup_result.haml
local_pac-0.10.0 app/views/lookup_result.haml
local_pac-0.9.0 app/views/lookup_result.haml
local_pac-0.7.0 app/views/lookup_result.haml
local_pac-0.6.3 app/views/lookup_result.haml
local_pac-0.6.2 app/views/lookup_result.haml
local_pac-0.6.1 app/views/lookup_result.haml
local_pac-0.5.0 app/views/lookup_result.haml
local_pac-0.4.0 app/views/lookup_result.haml
local_pac-0.3.0 app/views/lookup_result.haml
local_pac-0.2.3 app/views/lookup_result.haml
local_pac-0.2.2 app/views/lookup_result.haml
local_pac-0.2.1 app/views/lookup_result.haml
local_pac-0.2.0 app/views/lookup_result.haml
local_pac-0.1.13 app/views/lookup_result.haml