Просмотр исходного кода

adjust {{type}} adding "s" to pluralise

tags/1.0.3
Alej 3 лет назад
Родитель
Сommit
1c820c5e3c
1 измененных файлов: 4 добавлений и 4 удалений
  1. 4
    4
      vue-theme/src/components/sidebars/sidebar.vue

+ 4
- 4
vue-theme/src/components/sidebars/sidebar.vue Просмотреть файл

3
     section
3
     section
4
         //- if not single layout with sorting
4
         //- if not single layout with sorting
5
         .shadow(v-if="shouldShowListSort.includes(type) && layout !== 'single'")
5
         .shadow(v-if="shouldShowListSort.includes(type) && layout !== 'single'")
6
-            h3.t-up sort {{ type }}
6
+            h3.t-up sort {{ type }}s
7
             ul.t-up
7
             ul.t-up
8
                 li 
8
                 li 
9
                     //- post?type=articles //
9
                     //- post?type=articles //
52
         
52
         
53
         //- if {{type}} has sorted by-material show material sets
53
         //- if {{type}} has sorted by-material show material sets
54
         .shadow(v-if="shouldShowMaterialSort.includes(type) && layout !== 'single'")
54
         .shadow(v-if="shouldShowMaterialSort.includes(type) && layout !== 'single'")
55
-            h3.t-up {{ type }} by material
55
+            h3.t-up {{ type }}s by material
56
             ul.t-up
56
             ul.t-up
57
                 li
57
                 li
58
                     template(v-for="material in materials") 
58
                     template(v-for="material in materials") 
61
 
61
 
62
         //- if {{type}} has sorted by-episode show episode sets           
62
         //- if {{type}} has sorted by-episode show episode sets           
63
         .shadow(v-if="shouldShowEpisodeSort.includes(type) && layout !== 'single'")
63
         .shadow(v-if="shouldShowEpisodeSort.includes(type) && layout !== 'single'")
64
-            h3.t-up {{ type }} by episode  
64
+            h3.t-up {{ type }}s by episode  
65
             ul.t-up
65
             ul.t-up
66
                 li.f-row.start.wrap
66
                 li.f-row.start.wrap
67
                     template(v-for="episodeSet in episodeSets") 
67
                     template(v-for="episodeSet in episodeSets") 
70
 
70
 
71
         //- if {{type}} has sorted by-type show subtype sets           
71
         //- if {{type}} has sorted by-type show subtype sets           
72
         .shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single'")
72
         .shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single'")
73
-            h3.t-up {{ type }} type  
73
+            h3.t-up {{ type }}s type  
74
             ul.t-up
74
             ul.t-up
75
                 li
75
                 li
76
                     template(v-for="subtypeSet in subtypeSets") 
76
                     template(v-for="subtypeSet in subtypeSets") 

Загрузка…
Отмена
Сохранить