mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-18 12:24:20 +00:00
Adding Metroblur, another windows phone app.
This commit is contained in:
parent
66b7fa5af2
commit
f1d64470f5
1 changed files with 8 additions and 0 deletions
|
@ -70,6 +70,14 @@ _.extend(NEWSBLUR.ReaderGoodies.prototype, {
|
|||
$.make('div', { className: 'NB-goodies-windows' }),
|
||||
$.make('div', { className: 'NB-goodies-title' }, 'Feed Me: User-Created Windows Phone App')
|
||||
]),
|
||||
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
|
||||
$.make('a', {
|
||||
className: 'NB-goodies-mobile-link NB-modal-submit-button NB-modal-submit-green',
|
||||
href: 'http://windowsphone.com/s?appid=2585d348-0894-41b6-8c26-77aeb257f9d8'
|
||||
}, 'View in Windows Phone Store'),
|
||||
$.make('div', { className: 'NB-goodies-windows' }),
|
||||
$.make('div', { className: 'NB-goodies-title' }, 'Metroblur: User-Created Windows Phone App')
|
||||
]),
|
||||
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
|
||||
$.make('a', {
|
||||
className: 'NB-goodies-mobile-link NB-modal-submit-button NB-modal-submit-green',
|
||||
|
|
Loading…
Add table
Reference in a new issue