Skip to content

Commit

Permalink
Update _attrs_application.html.haml
Browse files Browse the repository at this point in the history
application_closing_at wird doppelt ausgegeben. Dies führt dazu, dass das Feld "Anmeldeschluss" zwei Mal im Frontend sichtbar ist und den User verwirrt.
  • Loading branch information
richardjubla authored Jun 11, 2024
1 parent 4de31a6 commit b04b7fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/events/_attrs_application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
= present_labeled_attr(entry, :application_opening_at)
- entry.used?(:application_closing_at) do
= present_labeled_attr(entry, :application_closing_at)
- entry.used?(:application_closing_at) do
= present_labeled_attr(entry, :application_closing_at)
= labeled_attr(entry, :booking_info)
- entry.used?(:external_applications) do
= labeled(Event.human_attribute_name(:external_applications), entry.external_application_link(@group))
Expand Down

0 comments on commit b04b7fd

Please sign in to comment.