Skip to content
Snippets Groups Projects
Commit 8dae3802 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Better

parent cb69df02
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,15 @@
<% events.each do |event| %>
<tr class="<%= 'draft' unless event.published? %>">
<td>
<%= link_to event,
admin_communication_website_agenda_event_path(website_id: event.website.id, id: event.id) %>
<p class="mb-0">
<%= link_to event,
admin_communication_website_agenda_event_path(website_id: event.website.id, id: event.id) %>
</p>
<% if event.subtitle.present? %>
<p class="mb-0 text-muted">
<%= event.subtitle %>
</p>
<% end %>
</td>
<td class="small"><%= render 'admin/communication/websites/agenda/events/dates', event: event %></td>
<td class="small"><%= render 'admin/communication/websites/categories/inline', about: event %></td>
......
......@@ -171,6 +171,7 @@ en:
from_day: From day
from_hour: From hour
published: Published
subtitle: Subtitle
title: Title
to_day: To day
to_hour: To hour
......
......@@ -171,6 +171,7 @@ fr:
from_day: Jour de début
from_hour: Heure de début
published: Publié
subtitle: Sous-titre
title: Titre
to_day: Jour de fin
to_hour: Heure de fin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment