diff --git a/app/views/gathers/_votes.html.erb b/app/views/gathers/_votes.html.erb
index 41ec011..b3bc4a9 100644
--- a/app/views/gathers/_votes.html.erb
+++ b/app/views/gathers/_votes.html.erb
@@ -38,13 +38,13 @@
<%= map.votes %>
<% if map.real_votes.build(user: cuser).can_create? cuser %>
- <%= link_to shorten(map, 15),
+ <%= link_to shorten(map, 30),
controller: "votes", action: "create",
vote: { votable_id: map.id, votable_type: "GatherMap" },
method: "post" %>
<% vote_maps = true %>
<% else %>
- <%= shorten map, 15 %>
+ <%= shorten map, 30 %>
<% end %>
<% end %>