mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
New updates category on discourse forum.
This commit is contained in:
parent
a704f18025
commit
8f646988fb
2 changed files with 5 additions and 0 deletions
|
@ -287,6 +287,8 @@ class MFeedback(mongo.Document):
|
||||||
6: 'problem',
|
6: 'problem',
|
||||||
7: 'praise',
|
7: 'praise',
|
||||||
8: 'question',
|
8: 'question',
|
||||||
|
9: 'admin',
|
||||||
|
10: 'updates',
|
||||||
}
|
}
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|
|
@ -7605,6 +7605,9 @@ form.opml_import_form input {
|
||||||
.NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-question {
|
.NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-question {
|
||||||
background-color: #6DAEDC;
|
background-color: #6DAEDC;
|
||||||
}
|
}
|
||||||
|
.NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-updates {
|
||||||
|
background-color: #12A89D;
|
||||||
|
}
|
||||||
|
|
||||||
#add-feature-form {
|
#add-feature-form {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue