Introduction and help
<%= image_tag('peritor_theme/webistrano_screenshot.png', :border => '0', :width => '200', :height => '151')%>
Welcome to Webistrano. Your first steps should be to create a project with a stage. This stage can then be deployed once you made at least one host known to Webistrano.

For help and more documentation, see

Webistrano is Open Source. Paid support is available by Peritor Consulting.

Recent deployments <% if @deployments.empty? %>
No recent deployments.
<% else %> <% @deployments.each do |deployment| %> <%= render(:partial => 'deployments/list_item', :locals => {:deployment => deployment}) %> <% end %> <% end %>

<% content_for(:page_title) do %> <% @page_title = "Welcome to Webistrano" %>

Welcome to Webistrano

<% end %>