property_hire/app/views/property_hires/hire_success.html.erb

8 lines
234 B
Plaintext

<%
data = action_data
back_url = data["back_url"]
%>
<h4><%=t("property_hire.the_reservation_was_successfully_sent")%></h4>
<div>
<a href="<%=back_url%>" class="btn btn-warning"><%=t("property_hire.go_to_infos_page")%></a>
</div>