Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Ram Iyer
Ram Iyer
9,116 Points

My Page Source doesn't show any Surrounding HTML Tags

<p id="notice"></p>

<h1>Statuses</h1>

<table> <thead> <tr> <th>Name</th> <th>Content</th> <th colspan="3"></th> </tr> </thead>

<tbody> <tr> <td>Ram Iyer</td> <td>Ram is testing treebook application that he generated using scaffolding on Ruby on Rails! </td> <td><a href="/statuses/1">Show</a></td> <td><a href="/statuses/1/edit">Edit</a></td> <td><a data-confirm="Are you sure?" rel="nofollow" data-method="delete" href="/statuses/1">Destroy</a></td> </tr> </tbody> </table>

<br>

<a href="/statuses/new">New Status</a>

1 Answer

David Chapman
David Chapman
22,023 Points

Hi Ram Iyer! Can you post the contents of your application.html.erb file? That should help us figure out the issue you're having.