Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
add nil guard
Browse files Browse the repository at this point in the history
  • Loading branch information
mzp committed May 2, 2014
1 parent 80f6bd9 commit 01337cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_revision_table.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
%tr
%td=link_to revision.hash_code[0,6], revision_path(revision.hash_code)
%td=revision.log[0,50]
%td=revision.project.display_name
%td=revision.project.display_name if revision.project
%td=revision.author
%td=revision.date

0 comments on commit 01337cc

Please sign in to comment.