nilbus/handoff

View on GitHub
app/views/handoffs/_annotate_button.html.erb

Summary

Maintainability
Test Coverage
<% if @handoff %>
<button class="btn btn-default btn-annotate pull-right" title="Annotate this">
  <span class="glyphicon glyphicon-comment" aria-hidden="true"></span>
</button>
<% end %>