mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +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
|
- content_for :actions do
|
||||||
= link_to(t(:back), :back, class: 'btn btn-primary')
|
= link_to(t(:back), :back, class: 'btn btn-primary')
|
||||||
= render 'shared/title', name: t(:repp_log)
|
= render 'shared/title', name: t('.title')
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
|
|
@ -4,3 +4,6 @@ en:
|
||||||
index:
|
index:
|
||||||
title: REPP log
|
title: REPP log
|
||||||
reset_btn: Reset
|
reset_btn: Reset
|
||||||
|
show:
|
||||||
|
title: REPP log
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue