4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
|
- if @path.present?
|
||
|
%h3 Commits for: #{@path}
|
||
|
|
||
|
= render :partial => "commit", :collection => @commits
|