Sha256: 6651146264be0c00daed005db62ad10c3d043dd6bf383fc5d9d8a66505451fb4

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

<div>
    <div>
        <h1><%= t('.heading') %></h1>
    </div>
    <fieldset>
    <div>
        <h2><%= t('.user_info') %></h2>
        <div style="float:right;margin-top:-28px;">
            <%=t('having_problem') %><a href="mailto:support@froomerce.com"><%=t('here') %></a>
        </div>
    </div>
    <center>
        <div>
            <ul>
                <%= form_for :froomerce_user, :url => {:action => :create} do |f| %>
                <p>
                    <%= f.label :email, t('.user') %>
                    <%= f.text_field :email, :style => "margin-left:25px", :size => 60 %>
                    <br/>
                    <%= f.label :password, t('.password') %>
                    <%= f.password_field :password, :size => 60 %>
                    <br/>
                </p>
                <div>
                    <button type="reset">
                        <span><%= t('reset') %></span>
                    </button>
                    <button type="submit">
                        <span><%= t('auth') %></span>
                    </button>
                </div>
                <% end %>
            </ul>
            <div>
            </div>
        </div>
    </center>
</div>
</fieldset>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_froomerce_fconnect-0.70.4 app/views/admin/froomerces/index.html.erb
spree_froomerce_fconnect-0.70.3 app/views/admin/froomerces/index.html.erb
spree_froomerce_fconnect-0.70.2 app/views/admin/froomerces/index.html.erb