Fix missing source strings and inconsistent lead text style in admin UI (#16052)

This commit is contained in:
Eugen Rochko 2021-04-17 11:12:49 +02:00 committed by GitHub
parent b3ceb3dcc4
commit 480d7c9478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 9 deletions

View file

@ -1,8 +1,9 @@
- content_for :page_title do
= t('admin.rules.title')
.simple_form
%p.hint= t('admin.rules.description')
%p= t('admin.rules.description_html')
%hr.spacer/
- if can? :create, :rule
= simple_form_for @rule, url: admin_rules_path do |f|