First time here? Check out the FAQ!
1

Make a clearer separation between karma and badges in the header?
 

(similar to http://askbot.org/en/question/2599/need-spaces-between-date-username-and-karma-on-a-users-profile-overview-page-in-the-questions-section-fixed/)

In the header of the page, there's no separator or other delineation between the karma value and the label for the badges:

qubit ✉ (karma: 21 badges: ● 3)

One of the users of our Ask site got confused and thought that he had karma # of badges :-) A quick fix would be adding a comma or semicolon, or maybe parens:

qubit ✉ (karma: 21, badges: ● 3)
qubit ✉ (karma: 21; badges: ● 3)
qubit ✉ (karma: 21) (badges: ● 3)

Alternatively, the Karma could be listed as a type of badge:

qubit ✉ (badges: ● 3 ĸ 21)

Edit: or even simpler:

qubit ✉ (● 3 ĸ 21)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
qubit's avatar
108
qubit
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

Maybe a comma. I'll add it to the repo now. Thanks.

Evgeny's avatar Evgeny (12 years ago)
see more comments

1 Answer

1

Pushed this little change with a comma to github.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments