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
@@ -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>
@@ -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">
@@ -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>