Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/main/blob.html.ep
... ...
@@ -194,7 +194,7 @@
194 194
         </div>
195 195
         <div class="sright_header">
196 196
           <a class="sraw" href="<%= url_for("/$user/$repository/raw/$id/$file") %>">Raw</a>
197
-          <a class="sblame" href="<%= url_for("/$user/$repository/blame/$id/$file") %>">Blame</a>
197
+          <!-- TODO: <a class="sblame" href="<%= url_for("/$user/$repository/blame/$id/$file") %>">Blame</a> -->
198 198
           <a class="shistory" href="<%= url_for("/$user/$repository/commits/$id/$file") %>">History</a>
199 199
         </div>
200 200
       </div>