Sha256: ba7987058043e3f7f144f8efb4ec1ae2b08895cff466bb2912d4006087eb7df8

Contents?: true

Size: 664 Bytes

Versions: 9

Compression:

Stored size: 664 Bytes

Contents

  <% @page_heading = "Comments for #{ link_to h(@article.title), :controller => 'content', :action => 'show', :id => @article }" %>

  <div class="form">	
    <label>Author:</label> <span class="static"><%=h @comment.author %></span><br/>
    <label>URL:</label> <span class="static"><%=h @comment.url %></span><br/>
    <label>Email:</label> <span class="static"><%=h @comment.email %></span><br/>
    <label>Body:</label> <span class="static"><%=h @comment.body %></span><br/>
    <label>IP Address:</label> <span class="static"><%=h @comment.ip %></span><br/>
    <label>Created at:</label> <span class="static"><%=h @comment.created_at %></span><br/>
  </div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/comments/show.rhtml
typo-3.99.3 app/views/admin/comments/show.rhtml
typo-3.99.2 app/views/admin/comments/show.rhtml
typo-3.99.1 app/views/admin/comments/show.rhtml
typo-4.0.1 app/views/admin/comments/show.rhtml
typo-3.99.4 app/views/admin/comments/show.rhtml
typo-4.0.0 app/views/admin/comments/show.rhtml
typo-4.0.2 app/views/admin/comments/show.rhtml
typo-4.0.3 app/views/admin/comments/show.rhtml