Sha256: c9377487a8e58a696ab7c97ece72f1261602cd62a7e74338b63f18e5f2e7a34f

Contents?: true

Size: 583 Bytes

Versions: 6

Compression:

Stored size: 583 Bytes

Contents

<%= form_tag :action=> 'index' do %>
  <div class='alert alert-info'>
    <small><%= t(".welcome_to_your_blog_setup", publify: link_to("Publify", 'http://publify.co'))%></small>
  </div>
  <div class='form-group'>
    <%= text_field(:setting, :blog_name, { :class=> 'form-control', :placeholder => t(".blog_name")})%>
  </div>
  <div class='form-group'>
    <%= text_field(:setting, :email, { :class=> 'form-control', :placeholder => t(".your_mail")})%>
  </div>

  <input type="submit" id="submit" class='btn btn-lg btn-success btn-block' value="<%= t('generic.save')%>">
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/setup/index.html.erb
publify_core-9.0.0.pre5 app/views/setup/index.html.erb
publify_core-9.0.0.pre4 app/views/setup/index.html.erb
publify_core-9.0.0.pre3 app/views/setup/index.html.erb
publify_core-9.0.0.pre2 app/views/setup/index.html.erb
publify_core-9.0.0.pre1 app/views/setup/index.html.erb