Skip to content

Commit

Permalink
Fix named route
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Jan 24, 2015
1 parent 5985b8b commit 8077ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/contents/configure.html.erb
@@ -1,6 +1,6 @@
<div id="config" style="padding:0 10px;width:95%">
<h2 style="margin-top:0">Fastladder Settings</h2>
<%= form_for :save, url: url_for(controller: "api/config", action: "save"), html: {id: "config_form", style: "clear: both; width: 100%; display: block;", onreset: "Form.fill(this, app.config); return false;"} do |f| %>
<%= form_for :save, url: api_config_save_path, html: {id: "config_form", style: "clear: both; width: 100%; display: block;", onreset: "Form.fill(this, app.config); return false;"} do |f| %>
<div class="tabs">
<div id="tab_config_basic" class="tab tab-active" rel="tab:config_form&gt;config_basic">General</div>
<div id="tab_config_view" class="tab" rel="tab:config_form&gt;config_view">Display</div>
Expand Down

0 comments on commit 8077ce4

Please sign in to comment.