Sha256: 35728be124cd023e0f20470e09b02155a54eceec6283aab7ce01d93d626ea6aa

Contents?: true

Size: 125 Bytes

Versions: 7

Compression:

Stored size: 125 Bytes

Contents

<%= CSV.generate_line @header_cols %>
<%- @translations_array.each do |prop| -%>
<%= CSV.generate_line(prop) -%>
<%- end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pwb-1.4.0 app/views/pwb/export/translations/all.csv.erb
pwb-1.3.0 app/views/pwb/export/translations/all.csv.erb
pwb-1.2.0 app/views/pwb/export/translations/all.csv.erb
pwb-1.1.1 app/views/pwb/export/translations/all.csv.erb
pwb-1.0.0 app/views/pwb/export/translations/all.csv.erb
pwb-0.1.1 app/views/pwb/export/translations/all.csv.erb
pwb-0.1.0 app/views/pwb/export/translations/all.csv.erb