mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
add fixed views
This commit is contained in:
parent
6cebdc5899
commit
d0be4dc3f7
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- content_for :actions do
|
||||
= link_to(t(:back), :back, class: 'btn btn-primary')
|
||||
= render 'shared/title', name: t(:repp_log)
|
||||
= render 'shared/title', name: t('.title')
|
||||
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
@ -4,3 +4,6 @@ en:
|
|||
index:
|
||||
title: REPP log
|
||||
reset_btn: Reset
|
||||
show:
|
||||
title: REPP log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue