Skip to content

Instantly share code, notes, and snippets.

@CapSens-SM
Last active May 9, 2020 15:06
Show Gist options
  • Save CapSens-SM/1dd4357c07e8cdff94e507af95e5fe6d to your computer and use it in GitHub Desktop.
Save CapSens-SM/1dd4357c07e8cdff94e507af95e5fe6d to your computer and use it in GitHub Desktop.
<div class="progress-wrapper <%= customer.state %>">
<span class="state"><%= customer.state %></span>
<div class="progress">
<div class="bar" style="width: <%= customer.state_completition_in_percent %>%"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment