mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
More charackters from map are shown in gather.
This commit is contained in:
parent
8832030034
commit
7d889b67f1
1 changed files with 2 additions and 2 deletions
|
@ -38,13 +38,13 @@
|
|||
<li>
|
||||
<span><%= map.votes %></span>
|
||||
<% 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 %>
|
||||
</li>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue