<%= form_tag(restart_admin_settings_path, :method => :post) do %>
<%= check_box_tag :heroku, true, {:checked => true}, {:readonly => true, :class => ""} %>
<%= label_tag 'Heroku (For restarting application hosted on heroku, we need heroku login credential.)' %>
<%= label_tag 'Email' %>
<%= text_field_tag :email, "", :class => "form-control" %>
<%= label_tag 'Password' %>
<%= password_field_tag :password, "",:class => "form-control" %>