Sha256: aaf01e88dafed7503e574da3f175a242501be9f9757c6d6140b57a9bdd841479
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
- heads(commit).each do |head| .ref_label.branch_label data-dropdown-name="branches" a href="ref/#{URI::encode(head.name, '/')}" = head.name - remotes(commit).each do |head| .ref_label.remote_label data-dropdown-name="remotes" a href="ref/#{URI::encode(head.name, '/')}" = head.name - tags(commit).each do |head| .ref_label.tag_label data-dropdown-name="tags" a href="ref/#{URI::encode(head.name, '/')}" = head.name
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zitgit-0.1.1 | views/commits/labels.slim |
zitgit-0.1.0 | views/commits/labels.slim |