The tag field in the filter page was incohently labelled

This commit is contained in:
echarp 2019-05-21 23:09:35 +02:00
parent 37d7005890
commit d0d3c40f13
8 changed files with 52817 additions and 3 deletions

View File

@ -156,6 +156,8 @@ input, textarea, select, a.button, .actions > button, div.tagsinput, .ui-autocom
font-size: 24px font-size: 24px
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif
line-height: 0 line-height: 0
&.tag label:before, th.tag a:before
content: fa-content($fa-var-tag)
&.tags label:before, th.tags a:before &.tags label:before, th.tags a:before
content: fa-content($fa-var-tags) content: fa-content($fa-var-tags)
&.active label:before &.active label:before

View File

@ -27,7 +27,7 @@
params[:region]), params[:region]),
include_blank: true include_blank: true
.field.tags .field.tag
= label_tag :tag, t('.tag'), for: 'tag_tag' = label_tag :tag, t('.tag'), for: 'tag_tag'
= text_field_tag :tag, params[:tag] = text_field_tag :tag, params[:tag]

View File

@ -511,7 +511,7 @@ volledigere beschrijving."
near_distance: Afstand near_distance: Afstand
near_distance_helper: van de locatie near_distance_helper: van de locatie
region: Regio region: Regio
tags: Tags (Trefwoorden) tag: Tag (Trefwoorden)
iframe: Kaderloze iframe: Kaderloze
iframe_helper: kop- en voettekst verwijderen, bedoelt voor integratie in iframe_helper: kop- en voettekst verwijderen, bedoelt voor integratie in
een iframe een iframe

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long