Sha256: 305f2e2336fbc267cc95bf46f5eace12fe55bd07079ca93c7d94bb8532be9ede
Contents?: true
Size: 490 Bytes
Versions: 63
Compression:
Stored size: 490 Bytes
Contents
<? # encoding: utf-8 branch = Mutx::Support::Git.branch log_last_commit = Mutx::Support::Git.log_last_commit last_commit_id = Mutx::Support::Git.get_last_commit_id ?> <div class='well'> % if Mutx::Support::Configuration.use_git? <h4> Working on branch <strong>{{branch}}</strong> </h4> <small> <span title='{{log_last_commit}}'>Commit ID:{{last_commit_id}}</span> </small> % else <h4> Working on server with local files </h4> % end </div>
Version data entries
63 entries across 63 versions & 1 rubygems