%= @head %>
yodel
Creating site
<%= @site.name %>
<% if current_user.groups.include?(site.groups['Developers']) %>
Settings
<% end %> <% if Yodel.env.development? %> <% if site.remote? %>
Push
Pull
View live site
<% else %> <% Remote.all.each do |remote| %>
Push to <%= remote.name %>
<% end %> <% end %> <% end %> <% if Yodel.env.development? && AdminEditorPage.available_editors.present? %> <% AdminEditorPage.available_editors.each do |editor| %>
Edit in <%= editor.name %>
<% end %> <% end %>
Logout
<%= menu :nav %>
<%= content %>
Error
Error text here
Cancel
OK