delonnewman/dragnet

View on GitHub
app/views/surveys/qrcode.html.erb

Summary

Maintainability
Test Coverage
<style>
  .black {
      background-color: #0c0c0c;
  }
  td {
      width: 30px;
      height: 30px;
  }
</style>

<%== survey_qrcode(survey, format: :html) %>