From 94825b52bfa391e6cd6fa86caab0f50544e938e6 Mon Sep 17 00:00:00 2001 From: yasushiito Date: Thu, 31 Oct 2013 16:45:01 +0900 Subject: [PATCH] t#32375:fix license --- app/views/layouts/test.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/layouts/test.html.erb b/app/views/layouts/test.html.erb index 5236cfda..d6ad022b 100644 --- a/app/views/layouts/test.html.erb +++ b/app/views/layouts/test.html.erb @@ -65,17 +65,17 @@
<%= link_to t('tab.creator.home'), '/home' %> <%= link_to t('tab.creator.comic'), '/home/comics' %> - <%= link_to t('*'), new_comic_path %> + <%= link_to t('*'), main_app.new_comic_path %> <%= link_to t('tab.creator.story'), '/home/stories' %> <%= link_to t('tab.creator.sheet'), '/home/sheets' %> - <%= link_to t('*'), new_sheet_path %> + <%= link_to t('*'), main_app.new_sheet_path %> <%= link_to t('tab.creator.scroll'), '/home/scrolls' %> - <%= link_to t('*'), new_scroll_path %> + <%= link_to t('*'), main_app.new_scroll_path %> <%= link_to t('tab.creator.panel'), '/home/panels' %> - <%= link_to t('*'), new_panel_path %> + <%= link_to t('*'), main_app.new_panel_path %> <% if @artist %> <%= link_to t('tab.creator.original_picture'), main_app.original_pictures_path %> - <%= link_to t('*'), new_original_picture_path %> + <%= link_to t('*'), main_app.new_original_picture_path %> <%= link_to t('tab.creator.resource_picture'), '/home/resource_pictures' %> <% end %> <% if @author and @author.working? -%> -- 2.11.0