Sha256: 37916c9d6f171b6a7c6c9d3f121cded6dba80fdb9b959e3f769a0af144a56f28
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 Bytes
Contents
<% content_for :javascripts do %> <%= javascript_include_tag 'jquery.min.js', 'setup/step2.js' %> <% end %> <% content_for :stylesheets do %> <%= stylesheet_link_tag 'setup/index.css', 'setup/step2.css' %> <% end %> <%= render 'step_indicator', :step => 2 %> <div class="small_content_box"> <h1><%= t('.title') %></h1> <p><%= t('.description') %></p> <%= form_for @settings, :as => :settings, :url => setup_path(:step_id => 3), :html => { :method => :get } do |form| %> <%= form.label 'app_name', t('.app_name') %> <%= form.text_field 'app_name' %> <%= form.submit t('.next_step'), :class => 'main_action' %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cartoset-0.0.2 | app/views/setup/step2.html.erb |
cartoset-0.0.1 | app/views/setup/step2.html.erb |