Browse Source

update url

main
ghost 1 year ago
parent
commit
35ced66093
  1. 4
      src/app/view/theme/default/module/profile.phtml

4
src/app/view/theme/default/module/profile.phtml

@ -152,7 +152,7 @@ @@ -152,7 +152,7 @@
</span>
</a>
<?php } ?>
<?php if ($route == 'page/form') { ?>
<?php if ($route == 'submit') { ?>
<span class="padding-x-16 padding-y-8 display-block background-color-green cursor-default text-color-white">
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/>
@ -162,7 +162,7 @@ @@ -162,7 +162,7 @@
</span>
</span>
<?php } else { ?>
<a class="padding-x-16 padding-y-8 display-block background-color-hover-night-light text-color-default" href="page/form">
<a class="padding-x-16 padding-y-8 display-block background-color-hover-night-light text-color-default" href="submit">
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/>
</svg>

Loading…
Cancel
Save