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

9 lines
261 B
Plaintext
Raw Normal View History

<%
data = action_data
back_url = data["back_url"]
2021-10-25 10:36:12 +00:00
back_button_text = data["back_button_text"]
%>
<h4><%=t("property_hire.the_reservation_was_successfully_sent")%></h4>
<div>
2021-10-25 10:36:12 +00:00
<a href="<%=back_url%>" class="btn btn-warning"><%=back_button_text%></a>
</div>