Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
7acf2756714a
Commit
7acf2756
authored
Apr 30, 2015
by
Robert Speicher
Browse files
Change `external_issue_tracker.blank?` to `!external_issue_tracker`
parent
b055b243620d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
7acf2756
...
...
@@ -354,7 +354,7 @@
end
def
default_issues_tracker?
external_issue_tracker
.
blank?
!
external_issue_tracker
end
def
external_issues_trackers
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment