./views/blame.erb in dolt-0.3.0 vs ./views/blame.erb in dolt-0.3.1

- old
+ new

@@ -17,10 +17,11 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. #++ %> <% @title = "Blame #{path} in #{repository}:master" %> -<div class="gts-file"> +<div class="gts-file gts-browser"> + <div id="gts-ref-selector-ph"></div> <ul class="pull-right gts-blob-view"> <li><a href="<%= blob_url(repository, ref, path) %>">Blob content</a></li> <li class="active">Blame</li> <li><a href="<%= history_url(repository, ref, path) %>">History</a></li> <li><a href="<%= raw_url(repository, ref, path) %>">Raw blob</a></li>