0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-27 03:30:54 +00:00
ensl.org/app/views/servers/_server.html.erb
2014-04-26 01:20:34 +01:00

12 lines
319 B
Text

<div class="server">
<h3><%= namelink server %></h3>
<p>
<strong>IP:</strong>
<%= h server.ip %>:<%= h server.port %>
</p>
<%= cascade server, ["dns", "password"] %>
<%= link_to "Click to Connect", "steam://run/4920//connect #{server.ip} #{server.password}", class: 'connect button tiny' %>
</div>