Skip to content

Commit def39d1

Browse files
author
Chris Talib
committed
committed too fast, fixing previous issues
1 parent b171302 commit def39d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/points/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
</div>
1313
<div class="col-xs-12 col-sm-6">
14-
<%= f.association :topic, collection: Topic.order('name ASC') hint: "Category of the point" %>
14+
<%= f.association :topic, collection: Topic.order('title ASC'), hint: "Category of the point" %>
1515
</div>
1616
<div class="col-xs-12">
1717
<%= f.input :title, hint: "Give your point a short descriptive title (max 140 chars)" %>

0 commit comments

Comments
 (0)