diff options
| author | jessib <jessib@riseup.net> | 2013-08-06 10:52:39 -0700 |
|---|---|---|
| committer | jessib <jessib@riseup.net> | 2013-08-06 10:52:39 -0700 |
| commit | 926ab284677079c8ea02013e8af0647d3a1ce516 (patch) | |
| tree | 567fdb91b74d6ec2e7fb5aa98c5c8d918e3ee03c | |
| parent | a98752629c8d04a5fde2287a924855de63321bb2 (diff) | |
Fix stupid typo.
| -rw-r--r-- | app/views/home/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 258ccec..728b5b8 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -12,6 +12,6 @@ .row-fluid %hr %p - = link_to "fetch a cert", cert_pat + = link_to "fetch a cert", cert_path - # TODO: will want link to donation (anonymous payment), which is new_payment_path |
