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

9 lines
172 B
Text

<div class="container">
<h1>
<%= @country_state.name %>
<br/>
<small class="text-muted">
<%= @country_state.english_name %>
</small>
</h1>
</div>