Sha256: e8772f14af4303871998140810921e5d828753d71861160fc1253456d15aede1

Contents?: true

Size: 1.13 KB

Versions: 417

Compression:

Stored size: 1.13 KB

Contents

<% content_for :caboose_css do %>
<style type='text/css'>
#gravatar {
  float: right;
  width: 150px;
  text-align: right;
  margin: 0 4px 0 0;
  padding: 0;
}
#gravatar img {
  border: #fff 2px solid;
}
#content input[type=checkbox] { position: relative; }
#members { height: 200px; overflow-y: scroll; margin-bottom: 20px; }
</style>
<% end %>

<% content_for :caboose_js do %>
<%= javascript_include_tag "caboose/model/all" %>
<% end %>

<h1 id='page_title'>Edit Site</h1>
<ul id='tabs'>
<%
tabs = {
  'General'           => "/admin/sites/#{@site.id}",  
  'Block Types'       => "/admin/sites/#{@site.id}/block-types",
  'Custom CSS'        => "/admin/sites/#{@site.id}/css",
  'Custom JS'         => "/admin/sites/#{@site.id}/js",
  'Retargeting'       => "/admin/sites/#{@site.id}/retargeting",
  'Delete Site'       => "/admin/sites/#{@site.id}/delete" 
}

%>
<% tabs.each do |text, href| %>
<li<%= raw request.fullpath == href ? " class='selected'" : '' %>><a href='<%= href %>'><%= raw text %></a></li>
<% end %>
<li class='back'><input type='button' value='< Back' onclick="window.location='/admin/sites';" /></li>
</ul>
<div id='content2'>

Version data entries

417 entries across 417 versions & 1 rubygems

Version Path
caboose-cms-0.9.172 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.171 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.170 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.169 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.168 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.167 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.166 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.165 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.164 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.163 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.162 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.161 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.160 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.159 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.158 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.157 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.156 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.155 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.154 app/views/caboose/sites/_admin_header.html.erb
caboose-cms-0.9.153 app/views/caboose/sites/_admin_header.html.erb