OSDN Git Service

Merge branch 'v06sheet' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06sheet
[pettanr/pettanr.git] / app / views / home / index.html.erb
index 345ca40..2c6dd4e 100644 (file)
@@ -1,34 +1,41 @@
 <h1><%= t '.title' -%></h1>
-
 <h2><%= link_to h(@author.name), main_app.author_path(@author) -%></h2>
 <h3><%= t('.updated_scroll') -%></h3>
 <table>
   <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>
@@ -58,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' %>