Change old-wrapper to wrapper on non-home pages

Adrian Simmons created

Signed-off-by: Adrian Simmons <adrian@perlucida.co.uk>

Change summary

ws/static/login.html.tmpl          | 2 +-
ws/static/new.html.tmpl            | 2 +-
ws/static/select-release.html.tmpl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

ws/static/login.html.tmpl 🔗

@@ -4,7 +4,7 @@
                 <h1>Willow</h1>
             </div>
         </header>
-        <div class="old-wrapper">
+        <div class="wrapper">
             <form method="post">
                 <div class="input">
                     <label for="username">Username:</label>

ws/static/new.html.tmpl 🔗

@@ -1,6 +1,6 @@
 {{- template "head" }}
 {{- template "header" }}
-        <div class="old-wrapper">
+        <div class="wrapper">
         <h2>Track a new project</h2>
         <form method="post">
             <div class="input">

ws/static/select-release.html.tmpl 🔗

@@ -1,7 +1,7 @@
 {{- template "head" }}
 {{- template "header" }}
 {{- with .Project }}
-        <div class="old-wrapper">
+        <div class="wrapper">
         <form method="post">
             <div class="input">
                 <p>Which release of {{ .Name }} are you currently running?</p>