|
75 | 75 | v-container.pl-5.pt-4(fluid, grid-list-xl)
|
76 | 76 | v-layout(row)
|
77 | 77 | v-flex.page-col-sd(lg3, xl2, v-if='$vuetify.breakpoint.lgAndUp')
|
78 |
| - v-card.mb-5(v-if='tocDecoded.length') |
| 78 | + v-card.page-toc-card.mb-5(v-if='tocDecoded.length') |
79 | 79 | .overline.pa-5.pb-0(:class='$vuetify.theme.dark ? `blue--text text--lighten-2` : `primary--text`') {{$t('common:page.toc')}}
|
80 | 80 | v-list.pb-3(dense, nav, :class='$vuetify.theme.dark ? `darken-3-d3` : ``')
|
81 | 81 | template(v-for='(tocItem, tocIdx) in tocDecoded')
|
|
89 | 89 | v-list-item-title.px-3.caption.grey--text(:class='$vuetify.theme.dark ? `text--lighten-1` : `text--darken-1`') {{tocSubItem.title}}
|
90 | 90 | //- v-divider(inset, v-if='tocIdx < toc.length - 1')
|
91 | 91 |
|
92 |
| - v-card.mb-5(v-if='tags.length > 0') |
| 92 | + v-card.page-tags-card.mb-5(v-if='tags.length > 0') |
93 | 93 | .pa-5
|
94 | 94 | .overline.teal--text.pb-2(:class='$vuetify.theme.dark ? `text--lighten-3` : ``') {{$t('common:page.tags')}}
|
95 | 95 | v-chip.mr-1.mb-1(
|
|
109 | 109 | )
|
110 | 110 | v-icon(:color='$vuetify.theme.dark ? `teal lighten-3` : `teal`', size='20') mdi-tag-multiple
|
111 | 111 |
|
112 |
| - v-card.mb-5(v-if='commentsEnabled && commentsPerms.read') |
| 112 | + v-card.page-comments-card.mb-5(v-if='commentsEnabled && commentsPerms.read') |
113 | 113 | .pa-5
|
114 | 114 | .overline.pb-2.blue-grey--text.d-flex.align-center(:class='$vuetify.theme.dark ? `text--lighten-3` : `text--darken-2`')
|
115 | 115 | span {{$t('common:comments.sdTitle')}}
|
|
145 | 145 | v-icon(:color='$vuetify.theme.dark ? `blue-grey lighten-1` : `blue-grey darken-2`', dense) mdi-comment-plus
|
146 | 146 | span {{$t('common:comments.newComment')}}
|
147 | 147 |
|
148 |
| - v-card.mb-5 |
| 148 | + v-card.page-author-card.mb-5 |
149 | 149 | .pa-5
|
150 | 150 | .overline.indigo--text.d-flex(:class='$vuetify.theme.dark ? `text--lighten-3` : ``')
|
151 | 151 | span {{$t('common:page.lastEditedBy')}}
|
|
162 | 162 | )
|
163 | 163 | v-icon(color='indigo', dense) mdi-history
|
164 | 164 | span {{$t('common:header.history')}}
|
165 |
| - .body-2.grey--text(:class='$vuetify.theme.dark ? `` : `text--darken-3`') {{ authorName }} |
166 |
| - .caption.grey--text.text--darken-1 {{ updatedAt | moment('calendar') }} |
| 165 | + .page-author-card-name.body-2.grey--text(:class='$vuetify.theme.dark ? `` : `text--darken-3`') {{ authorName }} |
| 166 | + .page-author-card-date.caption.grey--text.text--darken-1 {{ updatedAt | moment('calendar') }} |
167 | 167 |
|
168 | 168 | //- v-card.mb-5
|
169 | 169 | //- .pa-5
|
|
178 | 178 | //- )
|
179 | 179 | //- .caption.grey--text 5 votes
|
180 | 180 |
|
181 |
| - v-card(flat) |
| 181 | + v-card.page-shortcuts-card(flat) |
182 | 182 | v-toolbar(:color='$vuetify.theme.dark ? `grey darken-4-d3` : `grey lighten-3`', flat, dense)
|
183 | 183 | v-spacer
|
184 | 184 | v-tooltip(bottom)
|
|
0 commit comments