Files
openfoodnetwork/app/assets/javascripts/templates/registration/limit_reached.html.haml
2015-10-01 11:13:45 +10:00

17 lines
489 B
Plaintext

.row
.small-12.columns
%header
%h2 {{t('limit_reached_headline')}}
%h4 {{t('limit_reached_message')}}
.row
.small-12.medium-3.large-2.columns.text-right.hide-for-small-only
%img{:src => "/assets/potatoes.png"}
.small-12.medium-9.large-10.columns
%p
{{t('limit_reached_text')}}
%strong Open Food Network.
.row
.small-12.columns
%hr
%input.button.primary{ type: "button", value: "{{t('limit_reached_action')}}", ng: { click: "close()" } }