OSDN Git Service

t#30444:add site profile
[pettanr/pettanr.git] / app / views / users / sessions / new.html.erb
index 4323c6c..d1471ec 100644 (file)
@@ -1,8 +1,8 @@
-<h1>Hello PettanR World </h1>
+<h1><%= link_to MagicNumber['profile']['caption'], root_path %></h1>
 <table class="no-border">
   <tr>
     <td width="60%">
-      <h1>Site profile</h1>
+      <p><%= sanitize MagicNumber['profile']['description'], :tags => %w(a p img br) %></p>
     </td>
     <td width="40%">
       <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>