Commit 0cf7a920 authored by Paco Guzman's avatar Paco Guzman

Compare view cannot show the note button

data-can-create-note == “false”
parent 39b6e678
class @FilesCommentButton
constructor: (@filesContainerElement) ->
return if not @filesContainerElement and not @filesContainerElement.data 'can-create-note'
return if not @filesContainerElement
return if not @filesContainerElement.data 'can-create-note'
@COMMENT_BUTTON_CLASS = '.add-diff-note'
@COMMENT_BUTTON_TEMPLATE = _.template("<button name='button' type='submit' class='btn <%- COMMENT_BUTTON_CLASS %> js-add-diff-note-button' title='Add a comment to this line'><i class='fa fa-comment-o'></i></button>")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment