discourse/app
Boris 0a330544b3 Prevent rendering of excessive <li> wrapper around a category breadcrumb which already is a <li>.
The excessive <li> wrapper coming from the template is automatically closed by the browser during the HTML parsing step, causing an empty <li> being visible in the rendered source (preceding the first breadcrumb). This causes a visual bug when not using the default Discourse stylesheet, because the extra LI element pushes the content to the right and sometimes also renders an extra black pixel.
2014-03-21 16:58:06 +11:00
..
assets Prevent rendering of excessive <li> wrapper around a category breadcrumb which already is a <li>. 2014-03-21 16:58:06 +11:00
controllers Support trailing / when retrieving comment counts. 2014-03-20 15:22:49 -04:00
helpers Improve date displaying on embedded comments 2014-03-20 13:25:17 -04:00
jobs Merge pull request #2141 from riking/correctness 2014-03-19 11:20:15 -04:00
mailers FEATURE: mailing list mode always available 2014-03-05 14:21:53 +11:00
models annotations were out of date 2014-03-20 15:35:51 +11:00
serializers Add excerpt column to topics table to remove N+1 query in ListableTopicSerializer 2014-03-18 15:24:29 -04:00
services BUGFIX: twitter auth asking for a password 2014-03-20 14:49:25 +11:00
views Also link avatar to user profile 2014-03-20 16:12:41 -04:00