##// END OF EJS Templates
comments: save id in hoverbox....
milka -
r4588:80b5039b stable
parent child Browse files
Show More
@@ -193,9 +193,10 b' if (show_disabled) {'
193 193 <script id="ejs_sideBarCommentHovercard" type="text/template" class="ejsTemplate">
194 194
195 195 <div>
196
196 197 <% if (is_todo) { %>
197 198 <% if (inline) { %>
198 <strong>Inline</strong> TODO on line: <%= line_no %>
199 <strong>Inline</strong> TODO (<code>#<%- comment_id -%></code>) on line: <%= line_no %>
199 200 <% if (version_info) { %>
200 201 <%= version_info %>
201 202 <% } %>
@@ -205,14 +206,14 b' if (show_disabled) {'
205 206 <% if (review_status) { %>
206 207 <i class="icon-circle review-status-<%= review_status %>"></i>
207 208 <% } %>
208 <strong>General</strong> TODO
209 <strong>General</strong> TODO (<code>#<%- comment_id -%></code>)
209 210 <% if (version_info) { %>
210 211 <%= version_info %>
211 212 <% } %>
212 213 <% } %>
213 214 <% } else { %>
214 215 <% if (inline) { %>
215 <strong>Inline</strong> comment on line: <%= line_no %>
216 <strong>Inline</strong> comment (<code>#<%- comment_id -%></code>) on line: <%= line_no %>
216 217 <% if (version_info) { %>
217 218 <%= version_info %>
218 219 <% } %>
@@ -222,7 +223,7 b' if (show_disabled) {'
222 223 <% if (review_status) { %>
223 224 <i class="icon-circle review-status-<%= review_status %>"></i>
224 225 <% } %>
225 <strong>General</strong> comment
226 <strong>General</strong> comment (<code>#<%- comment_id -%></code>)
226 227 <% if (version_info) { %>
227 228 <%= version_info %>
228 229 <% } %>
General Comments 0
You need to be logged in to leave comments. Login now