More hard-coded URI paths in form.action attributes
This commit is contained in:
parent
9b6c391062
commit
dd10e838c5
5 changed files with 15 additions and 10 deletions
|
@ -6,7 +6,9 @@
|
|||
you'll need to do a brief one-time setup.
|
||||
</p>
|
||||
|
||||
<form action="../create_system" id="setup" method="post" onSubmit="return validateSetup()">
|
||||
<%= form_tag({ :controller => 'admin', :action => 'create_system'},
|
||||
{'id' => 'setup', 'method' => 'post', 'onSubmit' => 'return validateSetup()'})
|
||||
%>
|
||||
<ol class="setup">
|
||||
<li>
|
||||
|
||||
|
@ -43,7 +45,7 @@
|
|||
<p align="right">
|
||||
<input type="submit" value="Setup" style="margin-left: 40px" />
|
||||
</p>
|
||||
</form>
|
||||
<%= end_form_tag %>
|
||||
|
||||
<script>
|
||||
function proposeAddress() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue