profile form fixed, themen isdraft

This commit is contained in:
2014-06-24 16:32:00 +05:30
parent a86d7482f1
commit 2ba920331a
9 changed files with 36 additions and 91 deletions

View File

@@ -68,7 +68,7 @@
<div class="span12">
<%= f.actions do %>
<%= f.action :submit, :as => :input , :label=>I18n.t("common.save") %>
<%= f.action :submit, :as => :input, :button_html=>{value: "continue"} , :label=>I18n.t("common.savecont") %>
<%= f.action :submit, :as => :input , :label=>I18n.t("common.savecont"), :button_html=>{value: "continue"} %>
<%= f.action :cancel, :as=> :link , :label=>I18n.t("common.cancel") %>
<% end %>
</div>