Sha256: fa7df162530dc401f395b7439a315dfbc34808a327f0b40b8f024198074f6df8

Contents?: true

Size: 339 Bytes

Versions: 424

Compression:

Stored size: 339 Bytes

Contents

<%= content_tag(:div, class: object.wrapper_classname) do %>
  <%= content_tag(:div,
  id: object.id,
  data: object.data_values,
  class: object.classname,
  style: object.style,
  **combined_html_options) do %>
    <%= content_tag(:div, "",
      class: "progress_simple_value",
      style: object.value_style) %>
  <% end %>
<% end %>

Version data entries

424 entries across 424 versions & 1 rubygems

Version Path
playbook_ui-13.21.0.pre.alpha.PBNTR224letuserresetrowexpansion2466 app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb
playbook_ui-13.21.0.pre.alpha.PLAY120322465 app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb
playbook_ui-13.20.0.pre.alpha.play1247htmloptions2404 app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb
playbook_ui-13.20.0.pre.alpha.play1247htmloptions2403 app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb