diff --git a/app/dashboard/templates/shared/bounty_nav.html b/app/dashboard/templates/shared/bounty_nav.html index b83dd53eb0b..9eaa1c459cb 100644 --- a/app/dashboard/templates/shared/bounty_nav.html +++ b/app/dashboard/templates/shared/bounty_nav.html @@ -1,54 +1,54 @@ {% comment %} - Copyright (C) 2017 Gitcoin Core + Copyright (C) 2017 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 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. + 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 . + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . {% endcomment %}
-
    -
  1. - 1. - {% if past_tense %} - Open - {%else%} - Create Work - {%endif%} -
  2. -
  3. - 2. - {% if past_tense %} - Work Started - {%else%} - Start Work - {%endif%} -
  4. -
  5. - 3. - {% if past_tense %} - Work Submitted - {%else%} - Submit Work - {%endif%} -
  6. -
  7. - 4. - {% if past_tense %} - Work Done - {%else%} - Accept Work - {%endif%} -
  8. -
+
    +
  1. + 1. + {% if past_tense %} + Open + {%else%} + Create Work + {%endif%} +
  2. +
  3. + 2. + {% if past_tense %} + Work Started + {%else%} + Start Work + {%endif%} +
  4. +
  5. + 3. + {% if past_tense %} + Work Submitted + {%else%} + Submit Work + {%endif%} +
  6. +
  7. + 4. + {% if past_tense %} + Work Done + {%else%} + Accept Work + {%endif%} +
  8. +