Started inital migration to rails 3.2
This commit is contained in:
10
app/views/devise/sessions/new.html.erb
Normal file → Executable file
10
app/views/devise/sessions/new.html.erb
Normal file → Executable file
@@ -19,13 +19,7 @@
|
||||
|
||||
<div class="module" style="padding:15px 25px 0px 25px;">
|
||||
<div style="float:left; width:50%; height:210px; padding-right:10px;">
|
||||
<h1>Welcome to Forum Monster</h1>
|
||||
<p>
|
||||
Forum Monster is a simple forum generator written in rails 3. The goal of Forum Monster, is to provide a simple, and easy to setup forum application without having to dictate how your site it setup.
|
||||
<p>You can login with the following information:</p>
|
||||
<p><strong>Admin Demo:</strong> admin/forum_admin</p>
|
||||
<p><strong>User Demo:</strong> user/forum_user</p>
|
||||
</p>
|
||||
<h1>Welcome to Horses</h1>
|
||||
</div>
|
||||
<div style="float:right; width:45%; height:195px; padding-left:30px; border-left:1px solid #e2e2e2;">
|
||||
<%= form_for("user", :url => user_session_path) do |f| %>
|
||||
@@ -35,4 +29,4 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user