リビジョン | a1b216c3fcf1614a0c55b4e1ef4196ad45630ded (tree) |
---|---|
日時 | 2013-10-31 16:46:56 |
作者 | ![]() |
コミッター | yasushiito |
Merge branch 'master' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06heroku
@@ -65,17 +65,17 @@ | ||
65 | 65 | <div width="100%" style="background-color: #fadddd; padding: 5px;"> |
66 | 66 | <%= link_to t('tab.creator.home'), '/home' %> |
67 | 67 | <%= link_to t('tab.creator.comic'), '/home/comics' %> |
68 | - <%= link_to t('*'), new_comic_path %> | |
68 | + <%= link_to t('*'), main_app.new_comic_path %> | |
69 | 69 | <%= link_to t('tab.creator.story'), '/home/stories' %> |
70 | 70 | <%= link_to t('tab.creator.sheet'), '/home/sheets' %> |
71 | - <%= link_to t('*'), new_sheet_path %> | |
71 | + <%= link_to t('*'), main_app.new_sheet_path %> | |
72 | 72 | <%= link_to t('tab.creator.scroll'), '/home/scrolls' %> |
73 | - <%= link_to t('*'), new_scroll_path %> | |
73 | + <%= link_to t('*'), main_app.new_scroll_path %> | |
74 | 74 | <%= link_to t('tab.creator.panel'), '/home/panels' %> |
75 | - <%= link_to t('*'), new_panel_path %> | |
75 | + <%= link_to t('*'), main_app.new_panel_path %> | |
76 | 76 | <% if @artist %> |
77 | 77 | <%= link_to t('tab.creator.original_picture'), main_app.original_pictures_path %> |
78 | - <%= link_to t('*'), new_original_picture_path %> | |
78 | + <%= link_to t('*'), main_app.new_original_picture_path %> | |
79 | 79 | <%= link_to t('tab.creator.resource_picture'), '/home/resource_pictures' %> |
80 | 80 | <% end %> |
81 | 81 | <% if @author and @author.working? -%> |