Sha256: 89f026b605f2b1c0a51e265d4da286747866708b39bf8c2b8be0d8a32aef02a8

Contents?: true

Size: 402 Bytes

Versions: 8

Compression:

Stored size: 402 Bytes

Contents

<% content_for :header, t('.there_are_no_users') %>
<p>
  <%=t('.remember_admin_location')%>
</p>
<p>
  <strong><%= [request.protocol, request.host_with_port, '/admin'].join %></strong>
</p>
<p>
  <%= t('.lets_start') %>
</p>

<div class='form-actions'>
  <div class='form-actions-left'>
    <%= link_to t('.continue'), new_user_registration_path,
                :class => 'button' %>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
moxify-0.1.9.1 app/views/welcome.html.erb
moxify-0.1.9 app/views/welcome.html.erb
moxify-0.1.8 app/views/welcome.html.erb
moxify-0.1.7.4 app/views/welcome.html.erb
moxify-0.1.7.3 app/views/welcome.html.erb
moxify-0.1.7.2 app/views/welcome.html.erb
moxify-0.1.7.1 app/views/welcome.html.erb
moxify-0.1.7 app/views/welcome.html.erb