|
|
@@ -67,7 +67,7 @@ defmodule VaccinsWeb.LocationComponent do
|
|
|
<td><%= @location.location %></td>
|
|
|
<td><%= if @last_refresh_date, do: @last_refresh_date |> Time.to_string() %></td>
|
|
|
<td><%= render_status(assigns) %></td>
|
|
|
- <td><%= link "Résa.", to: @location.booking_page %></td>
|
|
|
+ <td><%= link "RDV", to: @location.booking_page %></td>
|
|
|
<td><%= render_slots_before(assigns) %></td>
|
|
|
<td><%= render_slots_after(assigns) %></td>
|
|
|
<%= if @is_local? do %><td><%= render_action_list(assigns) %></td><% end %>
|
|
|
@@ -81,7 +81,7 @@ defmodule VaccinsWeb.LocationComponent do
|
|
|
<th>Lieu</th>
|
|
|
<th>Dernier refresh</th>
|
|
|
<th>Status</th>
|
|
|
- <th>Lien résa</th>
|
|
|
+ <th>Lien prise RDV</th>
|
|
|
<th>Slots avant 24h</th>
|
|
|
<th>Slots après 24h</th>
|
|
|
<%= if is_local? do %><th>Actions</th><% end %>
|