# -*- encoding : utf-8 -*- module CommitHelper def render_commit_stats(stats) res = ["
#{h(filename)} | ".encode_to_default 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 << " | " end res << "