OSDN Git Service

merge v06sheet
[pettanr/pettanr.git] / app / views / layouts / system.html.erb
index eb14d8f..f5abbcf 100644 (file)
@@ -11,7 +11,7 @@
 <div>
 <% if user_signed_in? %>
   <%= link_to t('home.index.title'), '/home' %>
-  <%= link_to t('home.comics.title'), '/home/comic' %>
+  <%= link_to t('home.scrolls.title'), '/home/scroll' %>
   <%= link_to t('home.panels.title'), '/home/panel' %>
   <%= link_to t('home.panel_pictures.title'), '/home/panel_picture' %>
   <%= link_to h(truncate(@author.name, :length => 12)), main_app.author_path(@author) %>
@@ -41,8 +41,8 @@
 </div>
 <div>
   user.resources
-  <%= link_to 'comics', main_app.comics_path %>
-  <%= link_to 'stories', main_app.new_story_path %>
+  <%= link_to 'scrolls', main_app.scrolls_path %>
+  <%= link_to 'scroll_panels', main_app.new_scroll_panel_path %>
   <%= link_to 'panels', main_app.panels_path %>
   <%= link_to 'original_pictures', main_app.original_pictures_path %>
   <%= link_to 'resource_pictures', main_app.resource_pictures_path %>