Sha256: fc048f431f64d31a978cffd26bb8bc36f63b3de5c71805cf18ae8e676fb86d90
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
<table class="table"> <thead> <tr> <th>Commentaire</th> <th>Fait par</th> <th>Date</th> </tr> </thead> <% @comments.each do |comment| %> <tr> <td> <%= comment.comment %> </td> <td> <%= user_lookup(comment.user_id) %> </td> <td> <%= comment.created_at %> </td> </tr> <% end %> </table> <br/> <%= link_to "Nouveau", "#", :id => "new_notes_link", :class => 'btn btn-primary', :data => {:parent => @parent_div, :resource => @resource.downcase, :id => @resource_id } %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
commenteux-1.1.0 | app/views/commenteux/notes/index.html.erb |