diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-31 16:40:39 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-31 17:09:36 -0600 |
commit | 85cc1729596ac1e5b31d8cfa1daa07477db6033d (patch) | |
tree | 1f65c29321f5f6f9f6875221b83bb30e8115b178 /lib/api | |
parent | 82539cff700931532b22b6a8e3d6832137fc5d55 (diff) | |
download | gitlab-ce-85cc1729596ac1e5b31d8cfa1daa07477db6033d.tar.gz |
Remove "Congratulations!" tweet button on newly-created project.
I’ve removed everything related to the feature based on this commit:
ce08f919f34fd8849834365
Resolves #10857.
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index f686c568bee..b7de575cdcd 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -334,7 +334,6 @@ module API expose :updated_at expose :home_page_url expose :default_branch_protection - expose :twitter_sharing_enabled expose :restricted_visibility_levels expose :max_attachment_size expose :session_expire_delay |