summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-11 20:32:29 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-11 20:32:29 -0500
commit02eca80d8e357e80585f766b873ef3efceabfe42 (patch)
tree201707371ee11b660934216ed8262bdcc4871180 /templates
parent1be4dce20256f22d0be648fad016e819a050e95d (diff)
Import detailed activities from Strava
Diffstat (limited to 'templates')
-rw-r--r--templates/profile.hbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/profile.hbs b/templates/profile.hbs
index cd69e61..f01e4fe 100644
--- a/templates/profile.hbs
+++ b/templates/profile.hbs
@@ -38,9 +38,6 @@ function toggleDetails(e) {
{{#each columns ~}}
<td>{{ this }}</td>
{{/each ~}}
- <td class="details">
- Here are the details about this activity.
- </td>
</tr>
{{/each ~}}
</tbody>