Sha256: 53d8e2d6d138773b621f5c06eb5c9dad8f4e5a79acbe714a51585054ad25ab86

Contents?: true

Size: 606 Bytes

Versions: 16

Compression:

Stored size: 606 Bytes

Contents

<% id = "cg-k_#{SecureRandom.hex(4)}" %>
<% if @data[:prepend] %>
  <span><%= @data[:prepend] %></span>
<% end %>
<span class="c-ld-keyword" data-toggle="<%= id %>" <%= @preserved_style %>>(<%= @standard_shortcut %>)</span>
<% if @description.present? %>
  <span class="dropdown-pane o-ld-dropdown"
  data-dropdown
  data-hover="true"
  data-hover-delay="0"
  data-hover-pane="true"
  data-v-offset="12"
  id="<%= id %>">
    <b><%= @standard_shortcut %></b><br />
    <%= h @description %>
  </span>
<% end %>
<% if @data[:append] %>
  <span <%= @preserved_style %>><%= @data[:append] %></span>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lcms-engine-0.5.5 lib/doc_template/templates/standard.html.erb
lcms-engine-0.5.4 lib/doc_template/templates/standard.html.erb
lcms-engine-0.5.3 lib/doc_template/templates/standard.html.erb
lcms-engine-0.5.2 lib/doc_template/templates/standard.html.erb
lcms-engine-0.5.1 lib/doc_template/templates/standard.html.erb
lcms-engine-0.5.0 lib/doc_template/templates/standard.html.erb
lcms-engine-0.4.2 lib/doc_template/templates/standard.html.erb
lcms-engine-0.4.1 lib/doc_template/templates/standard.html.erb
lcms-engine-0.4.0 lib/doc_template/templates/standard.html.erb
lcms-engine-0.3.1 lib/doc_template/templates/standard.html.erb
lcms-engine-0.1.4 lib/doc_template/templates/standard.html.erb
lcms-engine-0.3.0 lib/doc_template/templates/standard.html.erb
lcms-engine-0.1.3 lib/doc_template/templates/standard.html.erb
lcms-engine-0.2.0 lib/doc_template/templates/standard.html.erb
lcms-engine-0.1.2 lib/doc_template/templates/standard.html.erb
lcms-engine-0.1.0 lib/doc_template/templates/standard.html.erb