OSDN Git Service

create provider
[pettanr/pettanr.git] / app / views / provider_statuses / _provider.html.erb
1 <p>
2 caption
3 <%= h(provider.caption) %>
4 </p>
5 <p>
6 name
7 <%= h(provider.name) %>
8 </p>
9 <p>
10 description
11 <%= h(provider.description) %>
12 </p>
13 <p>
14 status
15 <%= h(MagicNumber['provider_status_items'][provider.provider_status.status].first) %>
16 </p>