gitlabhq/app/views/refs/logs_tree.js.haml
2012-10-18 20:53:35 +02:00

9 lines
414 B
Plaintext

- @logs.each do |content_data|
- file_name = content_data[:file_name]
- commit = content_data[:commit]
:plain
var row = $("table.table_#{@hex_path} tr.file_#{hexdigest(file_name)}");
row.find("td.tree_time_ago").html('#{escape_javascript time_ago_in_words(commit.committed_date)} ago');
row.find("td.tree_commit").html('#{escape_javascript render("tree/tree_commit_column", commit: commit)}');