From 71078962b5a152f8b1b64fbd183f6cf38254d990 Mon Sep 17 00:00:00 2001 From: Aditya Anand Date: Sun, 30 Jun 2019 03:09:29 +0530 Subject: [PATCH] chore: remove dead code bounty/new.html is not used anywhere. removing to ensure there is no confusion while developing --- app/dashboard/templates/bounty/new.html | 334 ------------------------ 1 file changed, 334 deletions(-) delete mode 100644 app/dashboard/templates/bounty/new.html diff --git a/app/dashboard/templates/bounty/new.html b/app/dashboard/templates/bounty/new.html deleted file mode 100644 index 4e54e2b99e3..00000000000 --- a/app/dashboard/templates/bounty/new.html +++ /dev/null @@ -1,334 +0,0 @@ -{% comment %} - Copyright (C) 2018 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n static %} - - - - - {% include 'shared/head.html' %} - {% include 'shared/cards.html' %} - - - - - - - {% include 'shared/tag_manager_2.html' %} -
- {% include 'shared/top_nav.html' with class='d-md-flex' %} - {% include 'shared/nav.html' %} -
-
-
-
- {% include 'shared/no_issue_error.html' with page='submit_bounty' %} - {% include 'shared/no_metamask_error.html' %} - {% include 'shared/zero_balance_error.html' %} - {% include 'shared/unlock_metamask.html' %} - {% include 'shared/connect_metamask.html' %} -
-
-
-
-
-
- -
-

{% trans "Fund Issue" %}

-
-
-

Github Repo Type

-
- - -
- -
- - -
- - - -
-
-
Important Notes on Private Repo Bounties
-
    -
  • Please make sure you are the repo admin to fund the issue
  • -
  • Gitcoin will NOT have any access to your private repo
  • -
  • You have to approve and give repository access to each contributor before they can start work
  • -
  • You can upload an NDA that each contributor has to sign before they can start work
  • -
-
-
- -
-
- -
- -
-
{% trans "About" %}
- - -
-

{% trans "Last Synced " %}

- -
-
- -
-
- - -

- - -
-
- - -
- -
-
- Add tags from your repo: -
-
- -
-
-
-
- {% include 'shared/issue_details.html' %} - {% comment %} - - -
- - - - + -
-
- {% endcomment %} -
-
-
- {% include 'shared/issue_deadline.html' %} -
-
-
-
{% trans "Contact" %}
-
- {% include 'shared/notification_email.html' with show_information_publicly_checkbox=1 %} - {% include 'shared/github_username.html' %} -
-
-
- {% include 'shared/pricing.html' %} -
- - -
- {% include 'shared/featured.html' %} - -
-
- - -
- -
-
-
-
-
- - -
- -
-
-
-
{% trans "Gas Settings" %}
-
- {% include 'shared/bounty_actions_hidden_vars.html' %} - {% include 'shared/wallet_estimate.html' %} -
-
- {% if FEE_PERCENTAGE != 0 %} -
-
- {% trans "No Surprises" %} -
-
-
-

- {% blocktrans %} - Simply pay the bounty amount ( plus a standard - 10% Gitcoin platform fee ). - This covers our costs for finding quality contributors to join our platform so that you get the best work. - If your business requires additional assistance, please contact us founders@gitcoin.co - {% endblocktrans %} -

-
-
-
-

-

- (10%) -

-
-
-
-
- {% endif %} -
-
-
{% trans "Total"%}
-
-
-

{% trans "Payment Due = " %}

- -

- ( Bounty 0 - ETH - - - {% if FEE_PERCENTAGE != 0 %} - + - 0 - ETH Gitcoin Platform Fee - {% else %} - + No Fees - {% endif %} - ) -

-

- You will have to approve - - {% if FEE_PERCENTAGE == 0 %} 1 {% else %} 2 {% endif %} - - Metamask confirmations. -

-
-
-
-
- - -
-
-
-
- - -
-
- -
-
-
-
-
-
-
- {% include 'shared/bottom_notification.html' %} - {% include 'shared/analytics.html' %} - {% include 'shared/footer_scripts.html' %} - {% include 'shared/footer.html' %} - {% include 'shared/messages.html' %} - - -{% include 'shared/current_profile.html' %} - - - - - - - - - - - - - - -