mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
<% if authors.empty? %>
|
|
Diese Übersetung wurde anonym erstellt.
|
|
<% else %>
|
|
Diese Übersetzung wurde von
|
|
<% if local_assigns[:has_anonymous_author] %>
|
|
<%= (authors.map(&:name)+Array("anonymen Nutzern")).to_sentence %>
|
|
<% else %>
|
|
<%= authors.map(&:name).to_sentence %>
|
|
<% end %>
|
|
erstellt.
|
|
<% end %> |