Descriptive-GitHub icon indicating copy to clipboard operation
Descriptive-GitHub copied to clipboard

Stops at "pushed" feed entry

Open Gurpartap opened this issue 10 years ago • 0 comments

Here's what it looks behind the scenes:

<div class="alert push"><div class="body"><!-- push -->
<span class="mega-octicon octicon-git-commit"></span>

<div class="time">
  <time datetime="2015-10-09T09:11:10Z" is="relative-time" title="9 October 2015 2:41:10 pm IST">8 hours ago</time>
</div>

<div class="title">
  <a href="/user" data-ga-click="News feed, event click, Event click type:PushEvent target:actor">user</a> pushed to <a href="/twitter/repoX/tree/development" data-ga-click="News feed, event click, Event click type:PushEvent target:branch">development</a> at <a href="/twitter/repoX" data-ga-click="News feed, event click, Event click type:PushEvent target:repo">twitter/repoX</a>
</div>

<div class="details">
  <a href="/user"><img alt="@user" class="gravatar" height="30" src="https://avatars0.githubusercontent.com/u/1111111?v=3&amp;s=60" width="30"></a>

    <div class="commits pusher-is-only-committer">
      <ul>
        <li>
          <span title="user">
            <img alt="@user" height="16" src="https://avatars1.githubusercontent.com/u/1111111?v=3&amp;s=32" width="16">
          </span>
          <code><a href="/twitter/repoX/commit/fab2afda2917576a14d95e2c86f132754e51cfwe" data-ga-click="News feed, event click, Event click type:PushEvent target:sha">4ab0ffd</a></code>
          <div class="message">
            <blockquote>
              Commit message
            </blockquote>
          </div>
        </li>
      </ul>
    </div>
</div>
</div></div>

Gurpartap avatar Oct 09 '15 17:10 Gurpartap