<%= current_site.title %>

<%= current_site.host %>

    <% if current_site.site_updated_at %>
  • Last updated <%= current_site.site_updated_at.ago.downcase %>
  • <% end %>
  • Using <%= current_site.space_percentage_used %>% (<%= current_site.total_space_used.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.views.format_large_number %> views
<% unless current_site.changed_count > 5 %>

Hello! Welcome to your new site.

To get started, click on the index.html file below to edit your home page. Make some changes and weʼll add your website to our website gallery! You can add more files (such as images) by dragging them from your computer 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 > 19 %> <%= file[:name].slice(0..18) %>… <% else %> <%= file[:name] %> <% end %>
<% if file[:is_editable] %> Edit <% end %> <% if file[:is_directory] %> Manage <% end %> <% if !file[:is_root_index] %> Delete <% end %> <% if file[:is_directory] %> <% else %> <% end %>
<% end %>
<% if !current_site.plan_feature(:no_file_restrictions) %> Allowed file types | <% end %> Download entire site | Mount your site as a drive on your computer!