status_option.html 164 B

123456
  1. <li>
  2. <a href="#" class="{{{ o.value }}}" data-value="{{{ o.value }}}">
  3. <span class="icon-{{{ o.value }}}"></span>
  4. {{{ o.text }}}
  5. </a>
  6. </li>