~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/templates/question-index.pt

[r=danilo][bug=769173] Addes the same comment display rules and
        styling to question messages as used in bugs,
        to aid in dealing with question spam.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
      </div>
92
92
 
93
93
 
94
 
      <tal:message repeat="message context/messages">
95
 
      <div tal:condition="message/visible"
96
 
           tal:replace="structure message/@@+display" />
 
94
      <tal:message repeat="message view/visible_messages">
 
95
      <div tal:replace="structure message/@@+display" />
97
96
      </tal:message>
98
97
 
99
98
      <div id="question"