Diff between ad8641ac4b4914c58310bb6bf8dad5ac26319a56 and 8a99f8809d19f16e7d9130116c791f7596c911d6

Changed Files

File Additions Deletions Status
templates/base.html +2 -2 modified

Full Patch

diff --git a/templates/base.html b/templates/base.html
index 3408188..16efd37 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,7 +9,7 @@
 <body>
     <nav>
         <div>
-            <a href="/">Back</a>
+            <a href="/">Home</a>
             {% set repo_name = request.view_args.get('repo_name') %}
             {% if repo_name %}
             <a href="{{ url_for('repo_detail', repo_name=repo_name) }}?ref={{ current_ref }}" {% if request.endpoint == 'repo_detail' %}class="active"{% endif %}>Overview</a>
@@ -41,4 +41,4 @@
 </body>
 </html>
 </body>
-</html>
\ No newline at end of file
+</html>