OSDN Git Service

revised
authornomeu <nomeu@users.sourceforge.jp>
Wed, 6 Jul 2011 15:59:16 +0000 (00:59 +0900)
committernomeu <nomeu@users.sourceforge.jp>
Wed, 6 Jul 2011 15:59:16 +0000 (00:59 +0900)
app/views/welcome/index.html.erb

index 5dee369..ac3d227 100644 (file)
@@ -63,7 +63,7 @@
     <td><%= pmd.arc.extname %></td>
     <td><%= pmd.arc.location.code %></td>
     <td><%= pmd.path %></td>
-    <td><%= link_to _('Show'), pmd %></td>
+    <td><%= link_to t('show'), pmd %></td>
   </tr>
 <% end %>
   </tbody>
@@ -95,7 +95,7 @@
     <td><%= vmd.arc.extname %></td>
     <td><%= vmd.arc.location.code %></td>
     <td><%= vmd.path %></td>
-    <td><%= link_to _('Show'), vmd %></td>
+    <td><%= link_to t('show'), vmd %></td>
   </tr>
 <% end %>
   </tbody>
     <td><%= x.arc.extname %></td>
     <td><%= x.arc.location.code %></td>
     <td><%= x.path %></td>
-    <td><%= link_to _('Show'), x %></td>
+    <td><%= link_to t('show'), x %></td>
   </tr>
 <% end %>
   </tbody>