Skip to content

Commit

Permalink
The noscript version of release was lacking alternative versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jun 4, 2013
1 parent 4cb4b22 commit f76dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main/_change_install.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="medium_wrapper">
<noscript>
<% form_tag({:controller => "main", :action => 'change_install'}, :method => "get") do -%>
<%= form_tag({:controller => "main", :action => 'change_install'}, :method => "get") do -%>
<input name="release" value="<%= @release %>" type="hidden" />
<input name="locale" value="<%= @lang %>" type="hidden"/>
<button name="medium" value="<%= medium %>" style="width: 630px; margin-bottom: 20px; background: #ccc" class="changeiso">
Expand Down

0 comments on commit f76dd90

Please sign in to comment.