Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhaddox committed Apr 30, 2015
2 parents 68cbf6e + f9fa26e commit 1c54662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/files.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
- unless File.symlink?(ruby_path) # Hide symlink files to reduce redundancy
%li.file
%div.filename.col-md-4.col-md-offset-2
%a{:href => "#{RVM_HOST}/#{ruby_path}"} #{ruby_path.split('/')[-1]}
%a{:href => "#{RVM_HOST}/#{ruby_path.gsub('public/','')}"} #{ruby_path.split('/')[-1]}
%div.md5.col-md-6.code
= Digest::MD5.hexdigest(File.open(ruby_path, "rb") { |f| f.read })

0 comments on commit 1c54662

Please sign in to comment.