|
30 | 30 | class="help-text" |
31 | 31 | v-html="this.$t('help.what-are-cc-licenses.text')" |
32 | 32 | /> |
33 | | - <footer class="modal-card-foot"> |
34 | | - <p v-html="this.$t('help.what-are-cc-licenses.footer')" /> |
35 | | - </footer> |
36 | 33 | </section> |
| 34 | + <footer class="modal-card-foot"> |
| 35 | + <p v-html="this.$t('help.what-are-cc-licenses.footer')" /> |
| 36 | + </footer> |
37 | 37 | </b-modal> |
38 | 38 | </Portal> |
39 | 39 | <Portal selector="#portal-target"> |
|
45 | 45 | </header> |
46 | 46 | <section class="modal-card-body"> |
47 | 47 | <article v-html="this.$t('help.how-licenses-work.text')" /> |
48 | | - <footer |
49 | | - class="modal-card-foot" |
50 | | - v-html="this.$t('help.how-licenses-work.footer')" |
51 | | - /> |
52 | 48 | </section> |
| 49 | + <footer |
| 50 | + class="modal-card-foot" |
| 51 | + v-html="this.$t('help.how-licenses-work.footer')" |
| 52 | + /> |
53 | 53 | </b-modal> |
54 | 54 | </Portal> |
55 | 55 | <Portal selector="#portal-target"> |
|
136 | 136 | </header> |
137 | 137 | <section class="modal-card-body"> |
138 | 138 | <article v-html="this.$t('help.considerations-before-licensing.text')" /> |
139 | | - <footer class="modal-card-foot"> |
140 | | - <p v-html="this.$t('help.considerations-before-licensing.footer')" /> |
141 | | - </footer> |
142 | 139 | </section> |
| 140 | + <footer class="modal-card-foot"> |
| 141 | + <p v-html="this.$t('help.considerations-before-licensing.footer')" /> |
| 142 | + </footer> |
143 | 143 | </b-modal> |
144 | 144 | <b-modal :active.sync="modals[5].status"> |
145 | 145 | <header class="modal-card-head"> |
|
168 | 168 | <img src="../assets/license-openness-scale.png"> |
169 | 169 | </div> |
170 | 170 | </div> |
171 | | - |
172 | | - <footer class="modal-card-foot"> |
173 | | - <p v-html="this.$t('help.six-cc-licenses.footer')" /> |
174 | | - </footer> |
175 | 171 | </section> |
| 172 | + <footer class="modal-card-foot"> |
| 173 | + <p v-html="this.$t('help.six-cc-licenses.footer')" /> |
| 174 | + </footer> |
176 | 175 | </b-modal> |
177 | 176 | </Portal> |
178 | 177 | <Portal selector="#portal-target"> |
|
234 | 233 | import LicenseIcons from './LicenseIcons' |
235 | 234 | import { Portal } from '@linusborg/vue-simple-portal' |
236 | 235 |
|
237 | | -// eslint-disable-next-line |
238 | | - const ModalForm = { |
239 | | - template: ` |
240 | | - <form action=""> |
241 | | - <div class="modal-card" style="width: auto"> |
242 | | - <header class="modal-card-head"> |
243 | | - <p class="modal-card-title">Login</p> |
244 | | - </header> |
245 | | - <section class="modal-card-body"> |
246 | | -
|
247 | | - </section> |
248 | | - <footer class="modal-card-foot"> |
249 | | - <button class="button" type="button" @click="$parent.close()">Close</button> |
250 | | - </footer> |
251 | | - </div> |
252 | | - </form> |
253 | | - ` |
254 | | -} |
255 | 236 | export default { |
256 | 237 | components: { |
257 | 238 | LicenseIcons, |
|
0 commit comments