OSDN Git Service

t#30124:create md5 dupulicate check
[pettanr/pettanr.git] / app / views / provider_statuses / _provider.html.erb
index 113f18c..0adccab 100644 (file)
@@ -1,16 +1,16 @@
 <p>
-caption
-<%= h(provider.caption) %>
+  <%= t_m 'Provider.caption' -%>
+  <%= h(provider.caption) %>
 </p>
 <p>
-name
-<%= h(provider.name) %>
+  <%= t_m 'Provider.name' -%>
+  <%= h(provider.name) %>
 </p>
 <p>
-description
-<%= h(provider.description) %>
+  <%= t_m 'Provider.description' -%>
+  <%= h(provider.description) %>
 </p>
 <p>
-status
-<%= h(MagicNumber['provider_status_items'][provider.provider_status.status].first) %>
+  <%= t 'providers.status' -%>
+  <%= t(MagicNumber['provider_status_status_items'][provider.provider_status.status].first) %>
 </p>