• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Simple RSS Reader inspired by Gxxgle Reader


Commit MetaInfo

Revision03c470e7e7cb28ca09cd1d5978c0c2e31c56af5b (tree)
Zeit2014-08-06 00:57:42
Autorhylom <hylom@hylo...>
Commiterhylom

Log Message

Merge branch 'release'

Ändern Zusammenfassung

Diff

--- a/client/views/index.jade
+++ b/client/views/index.jade
@@ -4,10 +4,10 @@ block content
44 #contents-body
55 .row
66 .col-md-3
7- ul.unstyled
7+ ul.list-unstyled
88 li: a.feedItem(href='#', feed-id='0') All Feeds
99 hr
10- ul.unstyled
10+ ul.list-unstyled
1111 each feed in feeds
1212 li: a.feedItem(href='#', feed-id=feed.feed_id) #{feed.title}
1313 .col-md-9