aboutsummaryrefslogtreecommitdiff
path: root/ideas.html
diff options
context:
space:
mode:
Diffstat (limited to 'ideas.html')
-rw-r--r--ideas.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/ideas.html b/ideas.html
index 14e86d3..284924d 100644
--- a/ideas.html
+++ b/ideas.html
@@ -45,7 +45,6 @@
{{ range .Ideas }}
<div class="idea">
<h2 class="title">{{.Title}}</h2>
- <p class="rating">{{.Rating}}/5</p>
<p class="description">{{.Description}}</p>
<p class="creation">by <span class="author">{{.Author}}</span> on <span class="date">{{.CreatedAt}}</span></p>
</div>