Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
screensmart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RoQua
screensmart
Commits
6c212fe3
Commit
6c212fe3
authored
8 years ago
by
Arnold van der Meulen
Browse files
Options
Downloads
Patches
Plain Diff
Header row for domain results table
parent
9d90e8b1
Branches
dd-rails-5
No related tags found
1 merge request
!48
Generate PDF report. Use custom font.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/pdfs/response_report.rb
+3
-1
3 additions, 1 deletion
app/pdfs/response_report.rb
with
3 additions
and
1 deletion
app/pdfs/response_report.rb
+
3
−
1
View file @
6c212fe3
...
...
@@ -62,7 +62,9 @@ class ResponseReport < Prawn::Document
end
table_data
.
unshift
%w(Domein Normpopulatie Kwartiel Niveau)
table
table_data
,
column_widths:
[
150
,
150
,
80
,
120
],
header:
true
table
(
table_data
,
column_widths:
[
150
,
150
,
80
,
120
],
header:
true
)
do
row
(
0
).
style
font_style: :bold
end
end
def
answers_table
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment