-
-
-
-
-
+
+
+ {{ transaction.created_on|date:"Y-m-d" }}
+
+
+
+
+
+
+
+ Goal: {{ transaction.amount_goal}}
+ Received: {{ transaction.amount_received }}
+
+
+
+ Contributons Count: {{ transaction.contribution_count }}
+ Contributors Count: {{ transaction.contributor_count }}
+
+
+
{% endfor %}
-
Grant Contribution History ({{history|length}})
- {% for transaction in history %}
-
-
-
-
-
-
-
-
- {{ transaction.amount_per_period|floatformat:4|intcomma }} {{ transaction.token_symbol }}
- {% if transaction.num_tx_approved > 1 %}
- / {{ transaction.frequency }} {{ transaction.frequency_unit }},
- {% endif %}
- {{transaction.num_tx_approved|floatformat}} time{{ transaction.num_tx_approved|pluralize }}
+
Grant Contribution History ({{history|length}})
-
-
-
-
+ {% for transaction in history %}
+
+
+ {{ transaction.created_on }}
+
+
+
+
+
+
+
+
{% endfor %}
diff --git a/app/dashboard/templates/profiles/tab_portfolio.html b/app/dashboard/templates/profiles/tab_portfolio.html
index 44bbcdc5c30..7c186395e73 100644
--- a/app/dashboard/templates/profiles/tab_portfolio.html
+++ b/app/dashboard/templates/profiles/tab_portfolio.html
@@ -2,7 +2,7 @@
Specified Skillset
{% for keyword in profile.keywords %}
- {{keyword}}
+ {{keyword}}
{% endfor %}
@@ -19,10 +19,10 @@
{% if is_my_profile %}
-
-
Add a project
-
-
Only visible to you
+
+
+ Add a project
+ ( Only visible to you )
diff --git a/app/dashboard/templates/profiles/tab_viewers.html b/app/dashboard/templates/profiles/tab_viewers.html
index d4e0d0edb93..382bdca35ed 100644
--- a/app/dashboard/templates/profiles/tab_viewers.html
+++ b/app/dashboard/templates/profiles/tab_viewers.html
@@ -1,7 +1,7 @@
{% load i18n static avatar_tags humanize %}
{% if not hidden %}
{% if is_editable %}
-
Monthly Summary
+
Monthly Summary
{% if profile.viewed_by.count > 1 %}
{% include "profiles/earningsgraph.html" with amount=profile.viewed_by.count graph_type="viewers" %}
{% endif %}
@@ -11,21 +11,25 @@
Monthly Summary
No Viewers
{% endif %}
{% for viewer in profile.viewed_by.all %}
-
-
-
+
+
+
+
+
-
{{viewer.viewer.handle}}
+
-
Viewed profile {{viewer.created_on | naturaltime}}
+
Viewed profile {{viewer.created_on | naturaltime}}
{% for keyword in viewer.keywords %}
- {{keyword}}
+ {{keyword}}
{% endfor %}
-
{% endfor %}
diff --git a/app/dashboard/templates/profiles/tabs.html b/app/dashboard/templates/profiles/tabs.html
index b40b5a71623..54b327d2da1 100644
--- a/app/dashboard/templates/profiles/tabs.html
+++ b/app/dashboard/templates/profiles/tabs.html
@@ -117,7 +117,7 @@
-
+
{% if tab == 'kudos' %}
{% include 'profiles/tab_kudos.html' %}
{% elif tab == 'resume' %}