Skip to content

Commit

Permalink
Took the SHAs off the history display for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
notahat committed Jun 25, 2008
1 parent 3e099d0 commit 19caf47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/views/pages/index.html.erb
Expand Up @@ -36,7 +36,6 @@
<td><%=h commit.message %></td> <td><%=h commit.message %></td>
<td><%= time_ago_in_words(commit.date) %> ago</td> <td><%= time_ago_in_words(commit.date) %> ago</td>
<td><%=h commit.author.name %></td> <td><%=h commit.author.name %></td>
<td><%=h commit.sha %></td>
</tr> </tr>
<% end %> <% end %>
</tbody> </tbody>
Expand Down
1 change: 0 additions & 1 deletion app/views/pages/show.html.erb
Expand Up @@ -29,7 +29,6 @@
<td><%=h commit.message %></td> <td><%=h commit.message %></td>
<td><%= time_ago_in_words(commit.date) %> ago</td> <td><%= time_ago_in_words(commit.date) %> ago</td>
<td><%=h commit.author.name %></td> <td><%=h commit.author.name %></td>
<td><%=h commit.sha %></td>
</tr> </tr>
<% end %> <% end %>
</tbody> </tbody>
Expand Down

0 comments on commit 19caf47

Please sign in to comment.