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
1de721cc
Commit
1de721cc
authored
Oct 15, 2018
by
Jiri Strojil
Browse files
Added waive to volunteer xlsx
parent
7c43861c
Pipeline
#28726
passed with stage
in 46 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/views/volunteers/index.xlsx.axlsx
View file @
1de721cc
...
...
@@ -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 @
1de721cc
...
...
@@ -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