Sha256: ca7a443b864366dcdb4a19279d3989a8450233778e0895057a78ce48e8f82302

Contents?: true

Size: 633 Bytes

Versions: 10

Compression:

Stored size: 633 Bytes

Contents

<%= content_tag component.tag_name, component.html_options do %>
  <div class="tao-popover-content">
    <div class="message">
      <%= yield if block_given? %>
    </div>
    <div class="tao-popover-buttons">
      <button type="button" class="button button-small button-primary button-confirm"><%= component.confirm_text %></button>
      <button type="button" class="button button-small button-cancel"><%= component.cancel_text %></button>
    </div>
  </div>
  <div class="tao-popover-arrow">
    <i class="arrow arrow-shadow"></i>
    <i class="arrow arrow-border"></i>
    <i class="arrow arrow-basic"></i>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tao_ui-1.0.0.beta.1 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.3.4 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.3.3 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.3.2 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.3.1 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.3.0 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.2.10 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.2.9 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.2.8 lib/views/components/tao_ui/components/_confirm_popover.html.erb
tao_ui-0.2.7 lib/views/components/tao_ui/components/_confirm_popover.html.erb