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/federal_subjects/show.html.erb
2019-06-23 20:59:44 +05:00

8 lines
189 B
Text

<div class="container">
<h1><%= @federal_subject.native_name %></h1>
<p class="h1">
<small class="text-muted">
<%= @federal_subject.english_name %>
</small>
</p>
</div>