X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ed271a9bc9a0ec6928e7276d645541db6e5cb7c6..5637ec97922038fa7a7cfe9f8aa13b1e3002abcd:/app/views/front/index.rhtml diff --git a/app/views/front/index.rhtml b/app/views/front/index.rhtml index ee8c2bb..2acb64e 100644 --- a/app/views/front/index.rhtml +++ b/app/views/front/index.rhtml @@ -5,21 +5,22 @@

If you have received an email with a token inviting you to vote in an ongoing election, you can log in to vote using your token below.

- <% form_tag(:controller => 'voter', :action => 'index') do %> + <% form_tag(:controller => 'voter', :action => 'login') do %>

<%= text_field :vote, :password %>

<%= submit_tag "Log In" %>

<% end %> -

<%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %>

+

<%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'reminder' %>

SMS Interface

-

For information on accessing Selectricity over email or via SMS/text messages from your mobile phone, email <%= link_to "vote\@mako.cc", "mailto:vote@mako.cc" %> with "help" in the body or read the <%= link_to "Selectricity Anywhere documentation", "selectricity-anywhere.html"%>.

+

For information on accessing Selectricity over email or via SMS/text messages from your mobile phone, email <%= link_to "vote\@selectricity.org", "mailto:vote@selectricity.org" %> with "help" in the body or read the <%= link_to "Selectricity Anywhere documentation", :controller => 'about', :action => 'anywhere' %>.

-
+
+

Control Room

<% if session[:user] %> <%= render :partial => 'user_summary' %> @@ -29,9 +30,11 @@ existing vote. You can log in below.

<%= render :partial => 'basic_login' %> + +

If you do not yet have an account, you should <%= link_to "create + one", :controller => 'account', :action => 'signup' %>.

<% end %> -

Full elections creation is not yet public. <%= link_to("Contact us", - "mailto:team@selectricity.org") %> for access.

+
@@ -60,43 +63,3 @@
-