OSDN Git Service

fix js folder
[pettanr/pettanr.git] / app / views / layouts / application.html.erb
index 64487ad..49436c3 100644 (file)
@@ -9,9 +9,8 @@
     <% end %>\r
     - <%= h(manifest.magic_numbers['profile']['users']['caption']) %>\r
   </title>\r
-  <%= stylesheet_link_tag "application" %>\r
+  <%= stylesheet_link_tag "test" %>\r
   <%= javascript_include_tag "application" %>\r
-  <%= raw panel_editor_javascript_include_tags %>\r
   <%= csrf_meta_tags %>\r
 </head>\r
 <body>\r
       <% else %>\r
         <%= link_to "sign in", main_app.new_user_session_path %>\r
       <% end %>\r
+      <br>\r
+          <%= link_to 'try ap', '/top/ap' %>\r
   </td>\r
   </tr>\r
 </table>\r
 </div>\r
 <div width="100%" style="background-color: #ddfadd; padding: 5px;">\r
+  <%= link_to t_m('Folder'), main_app.root_folders_path() %>\r
+  :\r
   <%= link_to t('tab.reader.title'), '/' %>\r
-  <%= link_to t_m('Comic'), main_app.comics_path %>\r
   <%= link_to t_m('Scroll'), main_app.scrolls_path %>\r
   <%= link_to t_m('Panel'), main_app.panels_path %>\r
   <%= link_to t_m('ResourcePicture'), main_app.resource_pictures_path %>\r
-  <%= link_to t_m('SpeechBalloonTemplate'), main_app.speech_balloon_templates_path %>\r
-   : \r
-  <%= link_to t_m('Author'), main_app.authors_path %>\r
-  <%= link_to t_m('Artist'), main_app.artists_path %>\r
-</div>\r
-<div width="100%" style="background-color: #fadddd; padding: 5px;">\r
+  :\r
   <%= link_to t('tab.creator.home'), '/home' %>\r
   <% if @operators.author %>\r
-    <%= link_to t('tab.creator.comic'), '/home/comics' %>\r
-    <%= link_to t('*'), main_app.new_comic_path %>\r
-    <%= link_to t('tab.creator.story'), '/home/stories' %>\r
-    <%= link_to t('tab.creator.sheet'), '/home/sheets' %>\r
-    <%= link_to t('*'), main_app.new_sheet_path %>\r
     <%= link_to t('tab.creator.scroll'), '/home/scrolls' %>\r
     <%= link_to t('*'), main_app.new_scroll_path %>\r
     <%= link_to t('tab.creator.panel'), '/home/panels' %>\r
@@ -79,9 +71,6 @@
     <%= link_to t('*'), main_app.new_original_picture_path %>\r
     <%= link_to t('tab.creator.resource_picture'), '/home/resource_pictures' %>\r
   <% end %>\r
-  <% if @operators.author and @operators.author.working? -%>\r
-    <%= link_to t('tab.creator..catch'), main_app.panel_path(@operators.author.working_panel) %>\r
-  <% end %>\r
 </div>\r
 <%= yield %>\r
 <div width="100%" style="background-color: #faddfa; padding: 5px;">\r