Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/compare.html.ep
... ...
@@ -111,7 +111,7 @@
111 111
           </button>
112 112
         </div>
113 113
         <div class="text-right">
114
-          <a href="<%= url_for("/$user/$project/compare/$rev...$from_rev") %>" class="btn" style="padding:2px 10px">Swich base branch</a>
114
+          <a href="<%= url_for("/$user/$project/compare/$rev...$from_rev") %>" class="btn" style="padding:2px 10px">Switch base branch</a>
115 115
         </div>
116 116
       </div>
117 117