diff options
| author | James Lopez <james@jameslopez.es> | 2018-02-08 16:12:28 +0100 |
|---|---|---|
| committer | James Lopez <james@jameslopez.es> | 2018-02-23 14:02:39 +0100 |
| commit | 5fc3ff98930f74a694d40cc3533138fb06964bf1 (patch) | |
| tree | 2e91d5f4938494ae9b6ccff4f5ae9fcad839e821 | |
| parent | 6d885f9c92cdb6e2d8ad332af2490d25269b5f9f (diff) | |
| download | gitlab-ce-5fc3ff98930f74a694d40cc3533138fb06964bf1.tar.gz | |
fix specs
| -rw-r--r-- | app/helpers/blob_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb index 3f187a41735..2822fa8144a 100644 --- a/app/helpers/blob_helper.rb +++ b/app/helpers/blob_helper.rb @@ -321,7 +321,7 @@ module BlobHelper button_tag edit_text, class: "#{common_classes} js-edit-blob-link-fork-toggler", - data: { action: 'edit', fork_path: fork_path } + data: { action: action, fork_path: fork_path } end def edit_button_tag(button_text, common_classes) |
