1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/views/country_states/show.html.erb

10 lines
172 B
Text
Raw Normal View History

2019-01-31 17:38:06 -05:00
<div class="container">
2019-03-24 16:52:10 -04:00
<h1>
<%= @country_state.name %>
<br/>
<small class="text-muted">
<%= @country_state.english_name %>
</small>
</h1>
2019-01-31 17:38:06 -05:00
</div>