Sha256: 952a0d6c56e613cc8bd8d6032fa23f6caf930bb5d54732863a512e8ce1c17605

Contents?: true

Size: 657 Bytes

Versions: 2

Compression:

Stored size: 657 Bytes

Contents

<%= render partial: "whodat/dashboard/navbar", action: "index" %>

<section class="hero">
     
  <div class="hero-inner">
    <%= image_tag "whodat/whodat-logo.png", :class => "image_style" %>
         
    <h1>WELCOME to Whodat! </h1> <br/>
    <h2>You can test the user navbar above.</h2>
          
    <%#= button_to "Start Whodat", whodat.dashboard_path, :class=> "btn", :method => :get %> 
         
     <h3>You can use the login navbar through out your Rails application <br/>
        OR just to get one quick user and session. <br/>
        Simple signup, login and logout. <br/>
        Fast and easy, in just few steps. </h3>
  </div>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whodat-1.0.1 spec/dummy/app/views/welcome/index.html.erb
whodat-1.0.0 spec/dummy/app/views/welcome/index.html.erb