Sha256: bf918defa155b73677c5b6a72d16f1684dd90b57ec2a40824e64b4473f4b5137

Contents?: true

Size: 500 Bytes

Versions: 4

Compression:

Stored size: 500 Bytes

Contents

<div class="callback-box dbar-togglable" style="border:1px solid gray; margin:4px; padding:4px;">
<% if opts[:id] %>
  <a href="" id="<%= opts[:id] %>"  class='dbar-toggle persistent'>
<% else %>
  <a href="" class='dbar-toggle'>
<% end %>
    [x] <span class="title" style="font-weight:bold; color: #000000;font-size: 16px;"><%= title %></span>
  </a>
  <div class="dbar-content <%= 'show' unless opts[:hidden] %>" <%= 'style="display:none"' if opts[:hidden] %> >
    <%= content %>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
debug-bar-1.2.0 lib/templates/callback_box.html.erb
debug-bar-1.1.1 lib/templates/callback_box.html.erb
debug-bar-1.1.0 lib/templates/callback_box.html.erb
debug-bar-1.0.1 lib/templates/callback_box.html.erb