Sha256: b48a112bcf6e4500e2372e998f3f4523e3451e2901e14ba05cda5d8cd0255a3c

Contents?: true

Size: 424 Bytes

Versions: 20

Compression:

Stored size: 424 Bytes

Contents

<%- alchemy_combined_assets -%>

<div id="alchemy_greeting">
  <%= image_tag("alchemy/alchemy-logo.png") %>
  <h1><%= _('Welcome to Alchemy') %></h1>
  <p>
    <%= _("Please Signup") %>
  </p>
</div>

<div id="user_signup" class="login_signup_box">
  <%= form_for @user, :url => '/admin/signup' do |f| %>
    <%= f.error_messages %>
    <%= render :partial => 'admin/users/table', :locals => {:f => f} %>
  <% end %>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/signup.html.erb
alchemy_cms-2.0.6.1 app/views/admin/signup.html.erb
alchemy_cms-2.0.5 app/views/admin/signup.html.erb
alchemy_cms-2.0.4 app/views/admin/signup.html.erb
alchemy_cms-2.0.3.1 app/views/admin/signup.html.erb
alchemy_cms-2.1.beta1 app/views/admin/signup.html.erb
alchemy_cms-2.0.3 app/views/admin/signup.html.erb
alchemy_cms-2.0.2 app/views/admin/signup.html.erb
alchemy_cms-2.0.1 app/views/admin/signup.html.erb
alchemy_cms-2.0 app/views/admin/signup.html.erb
alchemy_cms-2.0.rc6 app/views/admin/signup.html.erb
alchemy_cms-2.0.rc5 app/views/admin/signup.html.erb
alchemy_cms-2.0.rc4 app/views/admin/signup.html.erb
alchemy_cms-2.0.rc3 app/views/admin/signup.html.erb
alchemy_cms-2.0.rc2 app/views/admin/signup.html.erb
alchemy_cms-2.0.rc1 app/views/admin/signup.html.erb
alchemy_cms-2.0.pre5 app/views/admin/signup.html.erb
alchemy_cms-2.0.pre4 app/views/admin/signup.html.erb
alchemy_cms-2.0.pre3 app/views/admin/signup.html.erb
alchemy_cms-2.0.pre2 app/views/admin/signup.html.erb