We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299ea73 commit fa0f8b9Copy full SHA for fa0f8b9
lib/rubycritic/generators/html/templates/code_index.html.erb
@@ -21,8 +21,8 @@
21
<tbody>
22
<% @analysed_modules.each do |analysed_module| %>
23
<tr>
24
- <td>
25
- <% unless Config.suppress_ratings %>
+ <% unless Config.suppress_ratings %>
+ <td>
26
<% if Config.build_mode? %>
27
<% master_analysed_module = Config.base_branch_collection.find(analysed_module.pathname) %>
28
<% if master_analysed_module.cost > analysed_module.cost %>
@@ -34,8 +34,8 @@
34
<% end %>
35
36
<div class="rating <%= analysed_module.rating.to_s.downcase %>"><%= analysed_module.rating %></div>
37
- <% end %>
38
- </td>
+ </td>
+ <% end %>
39
<td>
40
<ul class="nav nav-pills">
41
<li role="presentation" >
0 commit comments