2 file_tangle_index=measure('file_tangle_index')
4 file_cycles=measure('file_cycles')
5 file_feedback_edges=measure('file_feedback_edges')
10 <td valign="top" width="50%">
12 <p class="title"><%= message('widget.file_design.file_tangle_index') -%></p>
14 <span class="big"><%= format_measure(file_tangle_index, :suffix => '', :default => '-', :url => url_for_drilldown('file_tangle_index')) -%></span> <%= dashboard_configuration.selected_period? ? format_variation(file_tangle_index) : trend_icon(file_tangle_index, :big => true) -%>
18 > <%= format_measure(file_cycles, :suffix => message('widget.file_design.cycles.suffix'), :url => url_for_drilldown('file_cycles')) %> <%= dashboard_configuration.selected_period? ? format_variation(file_cycles) : trend_icon(file_cycles) -%>
23 <td valign="top" width="50%">
24 <% if file_feedback_edges %>
26 <p class="title"><%= message('widget.file_design.suspect_file_dependencies') -%></p>
28 <span class="big"><%= format_measure(file_feedback_edges, :url => url_for_drilldown('file_feedback_edges')) -%></span> <%= dashboard_configuration.selected_period? ? format_variation(file_feedback_edges) : trend_icon(file_feedback_edges, :big => true) -%>