Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--<p id="notice"><%= notice %></p>-->
- <!--<h1>Listing Submissions</h1>-->
- <!--<table>-->
- <!-- <thead>-->
- <!-- <tr>-->
- <!-- <th>Content</th>-->
- <!-- <th>User</th>-->
- <!-- <th>Valoracio</th>-->
- <!-- <th>Titol</th>-->
- <!-- <th colspan="3"></th>-->
- <!-- </tr>-->
- <!-- </thead>-->
- <!-- <tbody>-->
- <!-- <% @submissions.each do |submission| %>-->
- <!-- <tr>-->
- <!-- <td><%= submission.content %></td>-->
- <!-- <td><%= submission.user %></td>-->
- <!-- <td><%= submission.valoracio %></td>-->
- <!-- <td><%= submission.titol %></td>-->
- <!-- <td><%= link_to 'Show', submission %></td>-->
- <!-- <td><%= link_to 'Edit', edit_submission_path(submission) %></td>-->
- <!-- <td><%= link_to 'Destroy', submission, method: :delete, data: { confirm: 'Are you sure?' } %></td>-->
- <!-- </tr>-->
- <!-- <% end %>-->
- <!-- </tbody>-->
- <!--</table>-->
- <!--<br>-->
- <!--<%#= link_to 'New Submission', new_submission_path %>-->
- <table class="main-table">
- <tbody>
- <tr class="orange-menu">
- <td>
- <table>
- <tbody>
- <tr>
- <td class="logo">
- <a href="http://www.ycombinator.com">
- <img src="/app/assets/images/y18.gif">
- </a>
- </td>
- <td class="menu-links">
- <a class="web-title" href="">Hacker News</a>
- <a href="">Welcome</a>
- <a href="">New</a>
- <a href="">Threads</a>
- <a href="">Comments</a>
- <a href="">Apply</a>
- <a href="">Show</a>
- <a href="">Ask</a>
- <!--No fer pestanya jobs-->
- <a href="">Submit</a>
- </td>
- <td class="menu-user">
- <a href="">Login</a>
- </td>
- </tr>
- <tr>
- <!--<%= render @submissions %>-->
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement