bonsoir,
j'ai un probleme avec bootstrap/html
<%@channel.each do |c|%>
<code><li class="list-group-item list-group-item-success clearfix">
<h4 class="list-group-item-heading"><%=c.nom%>
<form action="/messages/rejoindre" method="post"><span class="pull-right button-group"><button type="submit" class="btn btn-info"><span class="glyphicon glyphicon-ok"></span> Rejoindre</button></span></form>
</h4>
<p class="list-group-item-text"><%=c.userpresentid.count%> personne(s) dans ce channel</p>
</li>
<%end%>
Enfaite j'aimerai pouvoir recuperer l'id channel <%= c.id %> choisis dans ma fonction rejoindre de mon controller.
mais comme vous pouvez le voir pour l'instant cette forme ne renvoie rien.
Merci
Message édité le 09 avril 2016 à 23:09:22 par subway-