Skip to content

Instantly share code, notes, and snippets.

@dillongreen
Last active January 2, 2016 04:19
Show Gist options
  • Save dillongreen/8249761 to your computer and use it in GitHub Desktop.
Save dillongreen/8249761 to your computer and use it in GitHub Desktop.
using status/connection template helper from https://gist.github.com/8249758; note that the bootstrap-3 package is used here
<li id="nav-connection-status-li">
<span class="label {{connection_status.label}}">{{connection_status.connection_status}}</span> <span class="badge">{{connection_status.retryCount}}</span>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment