• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No 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

Revision588b86eb916c0b6550a448d142205cf0ca72ef15 (tree)
Time2015-06-15 16:14:36
Authorhylom <hylom@hylo...>
Commiterhylom

Log Message

fix: use font-awesome external link icon

Change Summary

Incremental Difference

--- a/client/public/js/grdc.js
+++ b/client/public/js/grdc.js
@@ -67,7 +67,7 @@
6767 + '<td class="contentTimestamp">{{formatedTimestamp}}</td>'
6868 + '<td class="contentLink">'
6969 + ' <a target="_blank" href="{{url}}">'
70- + ' <i class="icon-chevron-right">&raquo;</i></a>'
70+ + ' <i class="fa fa-external-link-square"></i></a>'
7171 + '</td></tr>'
7272 + '<tr class="contentBody" id="cbody{{content_id}}">'
7373 + ' <td colspan="3">{{{body}}}</td>'
--- a/client/views/layout.jade
+++ b/client/views/layout.jade
@@ -6,6 +6,7 @@ html
66 link(rel='stylesheet', href='/css/style.css')
77 link(rel="stylesheet", href="/css/bootstrap-theme.min.css")
88 link(rel='stylesheet', href='/css/bootstrap.min.css')
9+ link(rel='stylesheet', href='/css/font-awesome.min.css')
910
1011 script(src="/js/bootstrap.min.js")
1112 script(src="/js/hogan-2.0.0.min.js")