noesya/osuny

View on GitHub
app/views/admin/communication/websites/agenda/events/_dates.html.erb

Summary

Maintainability
Test Coverage
<%
detailed = local_assigns.dig(:detailed)
day_format = detailed ? :long
                      : :short
%>
<%= date_range_i18n event.from_day,
                    event.to_day,
                    format: day_format,
                    layout: :two_lines,
                    locale: l10n.language.iso_code %>