Sha256: 0b7a65aa5ae73163a09dfece3614166a8ba65a0d9f10c6a61845ca28495dffaa

Contents?: true

Size: 316 Bytes

Versions: 40

Compression:

Stored size: 316 Bytes

Contents

<li>
  <style type="text/golf">
    span.user {
      color: green;
    }
  </style>

  <script type="text/golf">
    function(tweet) {
      $(".user").text(tweet.from_user);
      $(".text").text(tweet.text);
    }
  </script>

  <span class="user">A user</span> says: <span class="text">Some things.</span>
</li>

Version data entries

40 entries across 36 versions & 1 rubygems

Version Path
golf-0.4.14 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.13 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.12 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.11 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.10 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.9 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.8 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.7 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.6 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.5 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.4 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.3 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.2 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.1 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.4.0 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.3.9 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.3.8 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.3.7 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.3.6 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html
golf-0.3.5 test/twitter_compiled/golfapp/components/golf/twitter/Tweet/Tweet.html