<% unless current_site.changed_count >= 1 %>

Hello! Welcome to your new site.

To get started, click on the index.html file below to edit your home page. Once you make changes your website will begin appearing in 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? Try our HTML tutorial!
<% end %> <%== flash_display %>
<% @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 %> <%= file[:name] %>
<% if file[:size] %> <%= file[:size].to_bytes_pretty %> <% end %>
<% if file[:updated_at] %> <%= file[:updated_at].ago %> <% 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 %> <% unless current_site.too_big_to_download? %> Download entire site | <% end %> <% unless is_education? %> Mount your site as a drive on your computer <% end %>