mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Reports print functionality (#622)
* Print initial impl * Try to keep the bigger section together * /* Tufte-inspired Print Report Styles */ * styling * I8n * Move print styling out. * FIX unrelated test ordering on line 53 - import.rows.first doesn't guarantee ordering. Without an explicit ORDER BY, the database may return rows in any order. * Update print-report.css * Update print.html.erb * pass data to view * Update index.html.erb * Fix ERB helpers * Update reports_helper.rb
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
@import "./google-sign-in.css";
|
||||
@import "./date-picker-dark-mode.css";
|
||||
@import "./print-report.css";
|
||||
|
||||
@layer components {
|
||||
.pcr-app{
|
||||
|
||||
Reference in New Issue
Block a user