From: yasushiito Date: Thu, 31 Oct 2013 07:45:01 +0000 (+0900) Subject: t#32375:fix license X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=commitdiff_plain;h=94825b52bfa391e6cd6fa86caab0f50544e938e6 t#32375:fix license --- 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? -%>