Sha256: be74efda8ce639fd55ef12a752074ab3d15daa0fa6831fc3a7b8f624a8cb21d3

Contents?: true

Size: 683 Bytes

Versions: 2

Compression:

Stored size: 683 Bytes

Contents

table.large-12.commits-table
    thead
      tr
        th.badges Info
        th.author Author
        th.message Message
    tbody
      - commits.each_with_index do |commit, i|        
        tr class=('selected' if i==0)
          td.badges
            == slim :'commits/labels', :locals => {commit: commit}, :layout => false
            .sha = commit.sha
            .date = commit.date.strftime("%d.%m.%Y %H:%M")
          td.author
            =' commit.author.name
            = commit.author.email
          td.hidden
            == slim :'commits/detail', :locals => {commit: commit}, :layout => false
          td.message
            div
              = commit.message


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zitgit-0.1.1 views/commits/list.slim
zitgit-0.1.0 views/commits/list.slim