diff options
| author | Azul <azul@leap.se> | 2014-04-22 14:34:17 +0200 | 
|---|---|---|
| committer | Azul <azul@leap.se> | 2014-04-24 20:36:11 +0200 | 
| commit | 79b14e638d14b02d9747f42984433fd7d77b0ea8 (patch) | |
| tree | e4b9ac57b866446f2f3b6ca599226e22260d1d51 | |
| parent | 0968d0009070dea86cb312a2f0ce4a2e8cbac94c (diff) | |
cert_path now is api_cert_path
| -rw-r--r-- | app/views/home/_content.html.haml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index 3d351e9..384abb2 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -9,6 +9,6 @@      .row-fluid        %hr        %p -        = link_to "fetch a cert", cert_path +        = link_to "fetch a cert", api_cert_path        %p          = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present? | 
