From 7d35f04e3dab3bf6539b2d1e0d6a393c3138efff Mon Sep 17 00:00:00 2001 From: Gui Yang <1462217229@qq.com> Date: Thu, 12 Oct 2023 03:54:21 +0000 Subject: [PATCH] Update 5 files - /wiki/pages/new basic part.html - /wiki/menu.html - /wiki/footer.html - /wiki/pages/index.html - /wiki/pages/new-basic-part.html --- wiki/footer.html | 2 +- wiki/menu.html | 15 ++++++++------- wiki/pages/index.html | 2 +- .../{new basic part.html => new-basic-part.html} | 0 4 files changed, 10 insertions(+), 9 deletions(-) rename wiki/pages/{new basic part.html => new-basic-part.html} (100%) diff --git a/wiki/footer.html b/wiki/footer.html index 313a466..6759e7d 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -20,7 +20,7 @@ <li><a href="{{ url_for('pages', page='engineering') }}">Engineering Success</a></li> <li><a href="{{ url_for('pages', page='human-practices') }}">Human Practice</a></li> <li><a href="{{ url_for('pages', page='model') }}">Model</a></li> - <li><a href="{{ url_for('pages', page='new basic part') }}">New Basic Part</a></li> + <li><a href="{{ url_for('pages', page='new-basic-part') }}">New Basic Part</a></li> </ul> </div> diff --git a/wiki/menu.html b/wiki/menu.html index 22fbc78..60a28a9 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -104,25 +104,26 @@ >Proof of Concept</a > </li> + <li> <a class="dropdown-item" - href="{{ url_for('pages', page='new basic part') }}" - >New Basic Part</a + href="{{ url_for('pages', page='protocol') }}" + >Protocol</a > </li> <li> <a class="dropdown-item" - href="{{ url_for('pages', page='protocol') }}" - >Protocol</a + href="{{ url_for('pages', page='result') }}" + >Result</a > </li> <li> <a class="dropdown-item" - href="{{ url_for('pages', page='result') }}" - >Result</a + href="{{ url_for('pages', page='new-basic-part') }}" + >New Basic Part</a > </li> @@ -236,7 +237,7 @@ <li> <a class="dropdown-item" - href="{{ url_for('pages', page='new basic part') }}" + href="{{ url_for('pages', page='new-basic-part') }}" >New Basic Part</a > </li> diff --git a/wiki/pages/index.html b/wiki/pages/index.html index 94690b1..bae984c 100644 --- a/wiki/pages/index.html +++ b/wiki/pages/index.html @@ -585,7 +585,7 @@ src="https://static.igem.wiki/teams/4815/wiki/icon3-1009.png"></a> </div> <div style="float: left;width:17.5%"> - <a href="{{ url_for('pages', page='new basic part') }}"> + <a href="{{ url_for('pages', page='new-basic-part') }}"> <img style="height:10vw" src="https://static.igem.wiki/teams/4815/wiki/basicicon.png"></a> </div> diff --git a/wiki/pages/new basic part.html b/wiki/pages/new-basic-part.html similarity index 100% rename from wiki/pages/new basic part.html rename to wiki/pages/new-basic-part.html -- GitLab