diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-17 17:13:30 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-17 17:13:30 +0300 |
| commit | 91c38a199f0f0fed1a9dc9251dac4a7c6f017b41 (patch) | |
| tree | c24ead9b55e739409264985b4652ea5c7c28d790 /app/views/projects/blob | |
| parent | 3a8413247b4bdd226823345af4d5d94a9c6035e1 (diff) | |
| download | gitlab-ce-91c38a199f0f0fed1a9dc9251dac4a7c6f017b41.tar.gz | |
Add some semantic to our html
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/blob')
| -rw-r--r-- | app/views/projects/blob/_blob.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_blob.html.haml b/app/views/projects/blob/_blob.html.haml index 87574d4648b..be785dacedb 100644 --- a/app/views/projects/blob/_blob.html.haml +++ b/app/views/projects/blob/_blob.html.haml @@ -20,7 +20,7 @@ = render blob_commit, project: @project %div#tree-content-holder.tree-content-holder - .file-holder + %article.file-holder .file-title.clearfix %i.icon-file %span.file_name |
