OSDN Git Service

fix:error dlg
[pettanr/pettanr.git] / app / views / layouts / system.html.erb
index b5e8db3..315bcd7 100644 (file)
@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <html>
 <head>
-  <title><%= h(Manifest.manifest.magic_numbers['profile']['admins']['caption']) %></title>
+  <title><%= Manifest.manifest.magic_numbers['profile']['admins']['caption'] %></title>
   <%= stylesheet_link_tag "application" %>
-  <%= javascript_include_tag "application" %>
+  <%# javascript_include_tag "application" %>
+  <%= javascript_include_tag "admin" %>
   <%= raw panel_editor_javascript_include_tags %>
   <%= csrf_meta_tags %>
 </head>
@@ -34,9 +35,6 @@
   <%= link_to "browse", '/system/browse' %>
   <%= link_to "approve", '/system/waiting_list' %>
   <%= link_to "token", '/system/auth_token' %>
-  layout:
-  <%= link_to "test", '/system/test_layout' %>
-  <%= link_to "production", '/system/production_layout' %>
   <%= link_to "sign out", main_app.destroy_admin_session_path, :method => :delete %>
 <% else %>
   <%= link_to "sign in", main_app.new_admin_session_path %>