diff options
Diffstat (limited to 'app/views/pages/pricing.html.haml')
-rw-r--r-- | app/views/pages/pricing.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pages/pricing.html.haml b/app/views/pages/pricing.html.haml index e339d27..983501e 100644 --- a/app/views/pages/pricing.html.haml +++ b/app/views/pages/pricing.html.haml @@ -1,5 +1,5 @@ %h1= t(:pricing) -%p= link_to(icon('user') + t(:signup), signup_path, :class => 'btn') +%p= btn icon('user') + t(:signup), signup_path - levels = APP_CONFIG[:service_levels] - if levels |