Advertisement
Guest User

Untitled

a guest
Apr 25th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. <!--<p id="notice"><%= notice %></p>-->
  2.  
  3. <!--<h1>Listing Submissions</h1>-->
  4.  
  5. <!--<table>-->
  6. <!-- <thead>-->
  7. <!-- <tr>-->
  8. <!-- <th>Content</th>-->
  9. <!-- <th>User</th>-->
  10. <!-- <th>Valoracio</th>-->
  11. <!-- <th>Titol</th>-->
  12. <!-- <th colspan="3"></th>-->
  13. <!-- </tr>-->
  14. <!-- </thead>-->
  15.  
  16. <!-- <tbody>-->
  17. <!-- <% @submissions.each do |submission| %>-->
  18. <!-- <tr>-->
  19. <!-- <td><%= submission.content %></td>-->
  20. <!-- <td><%= submission.user %></td>-->
  21. <!-- <td><%= submission.valoracio %></td>-->
  22. <!-- <td><%= submission.titol %></td>-->
  23. <!-- <td><%= link_to 'Show', submission %></td>-->
  24. <!-- <td><%= link_to 'Edit', edit_submission_path(submission) %></td>-->
  25. <!-- <td><%= link_to 'Destroy', submission, method: :delete, data: { confirm: 'Are you sure?' } %></td>-->
  26. <!-- </tr>-->
  27. <!-- <% end %>-->
  28. <!-- </tbody>-->
  29. <!--</table>-->
  30.  
  31. <!--<br>-->
  32.  
  33. <!--<%#= link_to 'New Submission', new_submission_path %>-->
  34.  
  35. <table class="main-table">
  36. <tbody>
  37. <tr class="orange-menu">
  38. <td>
  39. <table>
  40. <tbody>
  41. <tr>
  42. <td class="logo">
  43. <a href="http://www.ycombinator.com">
  44. <img src="/app/assets/images/y18.gif">
  45. </a>
  46. </td>
  47. <td class="menu-links">
  48. <a class="web-title" href="">Hacker News</a>
  49. <a href="">Welcome</a>
  50. <a href="">New</a>
  51. <a href="">Threads</a>
  52. <a href="">Comments</a>
  53. <a href="">Apply</a>
  54. <a href="">Show</a>
  55. <a href="">Ask</a>
  56. <!--No fer pestanya jobs-->
  57. <a href="">Submit</a>
  58. </td>
  59. <td class="menu-user">
  60. <a href="">Login</a>
  61. </td>
  62. </tr>
  63. <tr>
  64. <!--<%= render @submissions %>-->
  65. </tr>
  66. </tbody>
  67. </table>
  68. </td>
  69. </tr>
  70. </tbody>
  71. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement