From 063e4ecb18051499dec80735b102c8662ee5ca3a Mon Sep 17 00:00:00 2001 From: ghostrigger Date: Tue, 20 Sep 2016 11:00:13 +0800 Subject: [PATCH] minor edit on syntax fix syntax missing "%>" --- app/views/static/site_map.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 8651c95a2..2542fd8ff 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -109,7 +109,7 @@
  • <%= link_to("Signup", new_user_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • <%= link_to("Upgrade Information", new_user_upgrade_path) %>
  • -
  • <%= link_to("Super Voters", super_voters_path)
  • +
  • <%= link_to("Super Voters", super_voters_path) %>