Sha256: 5379037575c851acb5f11107b6b31287cef8af42b55362ce4d22296303158504

Contents?: true

Size: 865 Bytes

Versions: 2

Compression:

Stored size: 865 Bytes

Contents

<%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %>

<div id="flash"><%= error_messages_for 'setup' %></div>

<% form_tag :action=> 'index' do %>
  <h1><%= _("Welcome")%></h1>
  <p><%= _("Welcome to your %s blog setup. Just fill in your blog title and your email, and Typo will take care of everything else", link_to("Typo", 'http://typosphere.org'))%></p>
  <h3><label for="user_login"><%= _("Blog name") %>:</label></h3>
  <p class='input_text_title'>
    <%= text_field(:setting, :blog_name, {:class => 'title large'})%>
  </p>
  <h3><label for="user_email"><%= _("Your email")%>:</label></h3>
  <p class='input_text_title'>
    <%= text_field(:setting, :email, {:class => 'title large'})%>
  </p>
<p><input type="submit" id="submit" class='save large' value="<%= _('Save')%>" /></p>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.5 app/views/setup/index.html.erb
typo-5.4.4 app/views/setup/index.html.erb