Genderchanged string 'Lieferant'
* Since s.b. started this already. I changed every string 'Lieferant' to 'Lieferantin' to give note on female existance in this world :-)
This commit is contained in:
parent
7c6a01b0fc
commit
48b6515c08
20 changed files with 22 additions and 22 deletions
|
|
@ -9,7 +9,7 @@
|
|||
%tr
|
||||
%th Datum
|
||||
%th Betrag
|
||||
%th Lieferant
|
||||
%th Lieferantin
|
||||
%th
|
||||
%tbody
|
||||
- for invoice in @unpaid_invoices
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
%table.list
|
||||
%thead
|
||||
%tr
|
||||
%th Lieferant
|
||||
%th Lieferantin
|
||||
%th Ende
|
||||
%th Betrag(FC)
|
||||
%th
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
- if @invoice.order
|
||||
%p= "Diese Rechnung ist mit einer #{link_to "Bestellung", @invoice.order} verknüpft."
|
||||
%p
|
||||
Lieferant
|
||||
Lieferantin
|
||||
%br/
|
||||
= f.select :supplier_id, Supplier.all.collect { |s| [s.name, s.id] }
|
||||
%p
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Nummer</th>
|
||||
<th>Lieferant</th>
|
||||
<th>Lieferantin</th>
|
||||
<th>Datum</th>
|
||||
<th>Bezahlt am</th>
|
||||
<th>Betrag</th>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
- title "Rechnung #{@invoice.number}"
|
||||
|
||||
%p
|
||||
%b Lieferant:
|
||||
%b Lieferantin:
|
||||
=h @invoice.supplier.name
|
||||
- if @invoice.delivery
|
||||
%p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue