-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
activity stream DRY & cleanup (#5041)
* massive activity stream cleanup * make fix * make fix * lint fixes
- Loading branch information
1 parent
5329f8f
commit 1cb0949
Showing
12 changed files
with
70 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
{% for activity in activities %} | ||
{% if activity.tip %} | ||
{% include "shared/profile_activities_tip.html" with tip=activity.tip %} | ||
{% elif activity.bounty %} | ||
{% include "shared/profile_activities_bounty.html" %} | ||
{% elif activity.grant %} | ||
{% include "shared/profile_activities_grant.html" %} | ||
{% elif activity.subscription %} | ||
{% include "shared/profile_activities_subscription.html" %} | ||
{% else %} | ||
{% include "shared/profile_activities_misc.html" %} | ||
{% endif %} | ||
{% include 'shared/activity.html' with row=activity %} | ||
{% endfor %} |
110 changes: 0 additions & 110 deletions
110
app/dashboard/templates/shared/profile_activities_bounty.html
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
app/dashboard/templates/shared/profile_activities_grant.html
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
app/dashboard/templates/shared/profile_activities_misc.html
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
app/dashboard/templates/shared/profile_activities_subscription.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.