OSDN Git Service

fix anything
[pettanr/pettanr.git] / app / views / users / sessions / new.html.erb
index 5ec1235..c4e7c18 100644 (file)
@@ -1,9 +1,9 @@
 <% @page_title = t('users.signin.signin') %>
-<h1><%= link_to h(MagicNumber['profile']['users']['caption']), root_path %></h1>
+<h1><%= link_to h(manifest.magic_numbers['profile']['users']['caption']), root_path %></h1>
 <table class="no-border">
   <tr>
     <td width="60%">
-      <p><%= sanitize MagicNumber['profile']['users']['description'], :tags => %w(a p img br) %></p>
+      <p><%= sanitize manifest.magic_numbers['profile']['users']['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| %>