Patch new-template clickability
This commit is contained in:
parent
09f182fcd0
commit
d9fa6fdf33
|
@ -49,10 +49,10 @@
|
|||
onchange="window.location = '/?letter_name=' + this.options[this.value - 1].label"
|
||||
)
|
||||
}}
|
||||
<div class="btn secondary color-fade" style="display: flex; justify-content: center; align-items: center; padding-left: 0.75em; padding-right: 0.75em; margin-left: 0.5em;">
|
||||
<div class="btn secondary color-fade" style="display: flex; justify-content: center; align-items: center; padding: 0; margin-left: 0.5em;">
|
||||
<a
|
||||
href="/add_letter"
|
||||
style="text-decoration: none; margin: 0; padding: 0;"
|
||||
style="text-decoration: none; margin: 0; padding: 0.25em 0.75em;"
|
||||
> + </a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue