OSDN Git Service

t#32331:fix menu
[pettanr/pettanr.git] / app / views / home / index.html.erb
index 1bd720e..2c6dd4e 100644 (file)
@@ -5,29 +5,37 @@
   <tr height="100px">
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('Scroll'), '/home/scrolls' %>
+      <%= link_to t('*'), new_scroll_path %>
     </td>
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('ScrollPanel'), '/home/scroll_panels' %>
+      <%= link_to t('*'), new_scroll_panel_path %>
     </td>
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('Comic'), '/home/comics' %>
+      <%= link_to t('*'), new_comic_path %>
     </td>
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('Story'), '/home/stories' %>
+      <%= link_to t('*'), new_story_path %>
     </td>
   </tr>
   <tr height="100px">
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('StorySheet'), '/home/story_sheets' %>
+      <%= link_to t('*'), new_story_sheet_path %>
     </td>
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('Sheet'), '/home/sheets' %>
+      <%= link_to t('*'), new_sheet_path %>
     </td>
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('SheetPanel'), '/home/sheet_panels' %>
+      <%= link_to t('*'), new_sheet_panel_path %>
     </td>
     <td width="200px" align="center" valign="middle">
       <%= link_to t_m('Panel'), '/home/panels' %>
+      <%= link_to t('*'), new_panel_path %>
     </td>
   </tr>
 </table>
@@ -57,6 +65,7 @@
     <tr height="100px">
       <td width="200px" align="center" valign="middle">
         <%= link_to t_m('OriginalPicture'), main_app.original_pictures_path %>
+        <%= link_to t('*'), new_original_picture_path %>
       </td>
       <td width="200px" align="center" valign="middle">
         <%= link_to t_m('ResourcePicture'), '/home/resource_pictures' %>