diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-26 22:39:48 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-26 22:39:48 -0800 |
| commit | 65e88f1e1aa247c9a89af82717aae791786ad276 (patch) | |
| tree | 8fd7172af66c44a1c5170c6c888ea2c5f098d33b /app/views/projects/blob | |
| parent | 8ecf7d3207ca52d694f6d8ebd9bed96041c49a8c (diff) | |
| download | gitlab-ce-65e88f1e1aa247c9a89af82717aae791786ad276.tar.gz | |
Fixed few tests and improved css style
Diffstat (limited to 'app/views/projects/blob')
| -rw-r--r-- | app/views/projects/blob/edit.html.haml | 2 | ||||
| -rw-r--r-- | app/views/projects/blob/new.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/blob/edit.html.haml b/app/views/projects/blob/edit.html.haml index c0734d9f476..b150b639888 100644 --- a/app/views/projects/blob/edit.html.haml +++ b/app/views/projects/blob/edit.html.haml @@ -21,4 +21,4 @@ cancel_path: @after_edit_path :javascript - new EditBlob(gon.relative_url_root + "#{Gitlab::Application.config.assets.prefix}", "#{@blob.language.try(:ace_mode)}") + blob = new EditBlob(gon.relative_url_root + "#{Gitlab::Application.config.assets.prefix}", "#{@blob.language.try(:ace_mode)}") diff --git a/app/views/projects/blob/new.html.haml b/app/views/projects/blob/new.html.haml index 70f52332cc7..df6aedbe17d 100644 --- a/app/views/projects/blob/new.html.haml +++ b/app/views/projects/blob/new.html.haml @@ -9,4 +9,4 @@ cancel_path: project_tree_path(@project, @id) :javascript - new NewBlob(gon.relative_url_root + "#{Gitlab::Application.config.assets.prefix}", null) + blob = new NewBlob(gon.relative_url_root + "#{Gitlab::Application.config.assets.prefix}", null) |
