Sha256: 75b455f8bd0a98e72aa001c1c3b1a97d67ef015fed39cddfaeac5679381677a0

Contents?: true

Size: 490 Bytes

Versions: 22

Compression:

Stored size: 490 Bytes

Contents

<div class="widget">
  <h2><%= Alchemy::Site.model_name.human(:count => 2) %>:</h2>
  <table>
    <% @sites.each do |site| %>
    <tr class="<%= cycle('even', 'odd', :name => 'sites') %>">
      <td>
        <%= link_to_unless(site == Alchemy::Site.current, site.name, login_url(:protocol => 'http://', :host => site.host, :user => {:login => current_user.login}), :target => '_blank') %>
      </td>
      <td><small><%= site.host %></small></td>
    </tr>
    <% end %>
  </table>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
alchemy_cms-2.8.3 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.5.3.1 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/dashboard/_sites.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/dashboard/_sites.html.erb