From 7d889b67f1045c2348f35f3adb4dc68dd2aa6a09 Mon Sep 17 00:00:00 2001 From: simplefl Date: Mon, 6 Apr 2015 23:28:35 +0200 Subject: [PATCH] More charackters from map are shown in gather. --- app/views/gathers/_votes.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>