diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-02-05 22:28:48 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-08 20:52:08 -0600 |
commit | b57027f2a5e3b5b5c786ed72ad8d2c8d16725b17 (patch) | |
tree | d19dd97f4c4656e736298e98015f4deedeabbcce /app/views/projects/blame/show.html.haml | |
parent | af143b3f562aadc7f7cda68722be18224b24fa33 (diff) | |
download | gitlab-ce-b57027f2a5e3b5b5c786ed72ad8d2c8d16725b17.tar.gz |
Use a new class to keep old behavior
Diffstat (limited to 'app/views/projects/blame/show.html.haml')
-rw-r--r-- | app/views/projects/blame/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml index 23f54553014..8a40281e28c 100644 --- a/app/views/projects/blame/show.html.haml +++ b/app/views/projects/blame/show.html.haml @@ -7,7 +7,7 @@ #blob-content-holder.tree-holder .file-holder - .file-title + .js-file-title.file-title = blob_icon @blob.mode, @blob.name %strong = @path |