Files
openfoodnetwork/app/views/registration/steps/_limit_reached.html.haml
Maikel Linke ba51641271 Symbolise hash keys in HAML files
This was done by the haml-up script.
2024-02-22 15:01:14 +11:00

18 lines
576 B
Plaintext

%script{ type: "text/ng-template", id: "registration/limit_reached.html" }
.row
.small-12.columns
%header
%h2= t(".headline")
%h4= t(".message")
.row
.small-12.medium-3.large-2.columns.text-right.hide-for-small-only
%img{:src => image_pack_path("potatoes.png") }
.small-12.medium-9.large-10.columns
%p
= t(".text")
%strong Open Food Network.
.row
.small-12.columns
%hr
%input.button.primary{ type: "button", value: "{{'registration.steps.limit_reached.action' | t}}", "ng-click": "close()" }