Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
be681047
Commit
be681047
authored
Oct 15, 2018
by
Beat Seeliger
Browse files
Merge branch 'features/waive-to-volunteer-xlsx' into 'develop'
Added waive to volunteer xlsx See merge request
!825
parents
7c43861c
1de721cc
Pipeline
#29207
canceled with stage
in 8 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
app/views/volunteers/index.xlsx.axlsx
View file @
be681047
...
...
@@ -27,7 +27,8 @@ wb.add_worksheet(name: 'Freiwillige') do |sheet|
t_attr(:acceptance),
t_attr(:created_at),
t_attr(:updated_at),
t_attr(:assignment_count)
t_attr(:assignment_count),
t_attr(:waive_alternative)
]
...
...
@@ -59,6 +60,7 @@ wb.add_worksheet(name: 'Freiwillige') do |sheet|
l(volunteer.created_at.localtime),
l(volunteer.updated_at.localtime),
volunteer.assignments.count,
volunteer.waive
], types: cell_types, style: cell_styles
end
end
config/locales/de.yml
View file @
be681047
...
...
@@ -534,6 +534,7 @@ de:
volunteer_availability
:
Wann sind Sie für einen Freiwilligeneinsatz verfügbar?
volunteer_experience_desc
:
Falls Sie bereits Erfahrungen mit Freiwilligenarbeit haben, bitte diese genauer erläutern.
waive
:
Ich verzichte auf die Auszahlung von Spesen.
waive_alternative
:
'
Spesenverzicht'
woman
:
Frau
working_percent
:
Stellenprozent
errors
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment