OSDN Git Service

fix anything
[pettanr/pettanr.git] / app / views / admins / sessions / new.html.erb
index 3e172ad..4ddec4a 100644 (file)
@@ -1,10 +1,10 @@
 <% @page_title = t('admins.signin.title') %>
-<h1><%= link_to h(MagicNumber['profile']['admins']['caption']), root_path %></h1>
+<h1><%= link_to h(manifest.magic_numbers['profile']['admins']['caption']), root_path %></h1>
 
 <table class="no-border" style="background-color: #aa7777;">
   <tr>
     <td width="60%">
-      <p><%= sanitize MagicNumber['profile']['admins']['description'], :tags => %w(a p img br) %></p>
+      <p><%= sanitize manifest.magic_numbers['profile']['admins']['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| %>