Browse Source

correct dropdown-item and nav-link styles

Yuki Takei 6 years ago
parent
commit
0701b56dc9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/server/views/modal/create_page.html

+ 4 - 4
src/server/views/modal/create_page.html

@@ -57,12 +57,12 @@
                     {{ t('template.option_label.select') }}
                   </a>
                   <div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
-                    <a class="dropdown-item" type="button" data-template-type="children">
+                    <button class="dropdown-item" type="button" data-template-type="children">
                       {{ t('template.children.label') }} (_template) <small class="text-muted">- {{ t('template.children.desc') }}</small>
-                    </a>
-                    <a class="dropdown-item" type="button" data-template-type="decentants">
+                    </button>
+                    <button class="dropdown-item" type="button" data-template-type="decentants">
                       {{ t('template.decendants.label') }} (__template) <small class="text-muted">- {{ t('template.decendants.desc') }}</small>
-                    </a>
+                    </button>
                   </div>
                 </div>