mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Use standard header
This commit is contained in:
parent
5f26c868ed
commit
fe6302609a
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
<%= render 'shared/title', name: t(:domains) %>
|
||||
<div class="page-header">
|
||||
<h1><%= t '.header' %></h1>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<%= search_form_for [:admin, @q], html: { autocomplete: 'off' } do |f| %>
|
||||
|
|
|
@ -2,6 +2,7 @@ en:
|
|||
admin:
|
||||
domains:
|
||||
index:
|
||||
header: Domains
|
||||
reset_btn: Reset
|
||||
registrant: Registrant
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue