<%= form_for @template, url: admin_ruling_template_path(@template.id) do |f| %>
<%= f.text_field :git_url %>
<%= f.text_field :git_branch %>
<%= f.submit 'update',class: 'btn btn-primary' %>
<% end %>
<% if !@template.template_zip(true).url.nil? %>
Click here to download Template
<% end %>
<%= form_for @template, url: admin_ruling_template_path(@template.id) do |f| %>
Select Template File
<%= f.file_field :template_zip %>
<% end %>