# -*- encoding : utf-8 -*- module CommitHelper def render_commit_stats(stats) res = ["
#{h(filename.rtruncate 120)} | " res << "" res << I18n.t("layout.projects.inline_changes_count", :count => total).strip + " (" + I18n.t("layout.projects.inline_additions_count", :count => adds).strip + ", " + I18n.t("layout.projects.inline_deletions_count", :count => deletes).strip + ")" res << " | " ind +=1 end res << "