<%= current_site.title %>

<%= current_site.host %>

    <% if current_site.updated_at %>
  • Last updated <%= current_site.updated_at.ago.downcase %>
  • <% end %>
  • Using <%= current_site.space_percentage_used %>% (<%= current_site.total_used_space.to_space_pretty %>) of your <%= current_site.maximum_space.to_space_pretty %>.
    <% if !current_site.supporter? %>Need more space? Become a Supporter!<% end %>
  • <%= current_site.hits.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> hits
<% unless current_site.changed_count > 5 %>

Hello! Welcome to your new site.

To get started, click on the index.html file below to edit it. It's your home page! You can add more files (such as images) from your computer by dragging them into the box below. Need help building web sites? Check out these tutorials!
<% end %> <% if @error %>

<%= @error %>

<% end %> <% if flash.keys.length > 0 %>

<% flash.keys.each do |key| %> <%== flash[key] %> <% end %>

<% end %>
<% @file_list.each do |file| %>
<% if file[:is_html] && current_site.screenshot_exists?(file[:path], '210x158') %>
<% elsif file[:is_image] && current_site.thumbnail_exists?(file[:path], '210x158') %>
<% elsif file[:is_directory] %>
<% else %>
<%= file[:ext] %>
<% end %> <% if file[:name].length > 15 %> <%= file[:name].slice(0..14) %>… <% else %> <%= file[:name] %> <% end %>
<% if file[:is_editable] %> Edit <% end %> <% if file[:is_directory] %> Manage <% end %> <% if !file[:is_root_index] %> Delete <% end %>
<% end %>