summaryrefslogtreecommitdiff
path: root/web/views/reports/key_lengths.erb
blob: 8cbd8577cfda494bb82e5d29a7a73631c652b4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="pre">
    <h1><%= t.reports.key_lengths.name %></h1>
    <%= t.reports.key_lengths.intro %>
</div>
<div id="tabs">
    <ul>
        <li><a href="#keys"><%= t.osm.keys %></a></li>
        <li><a href="#histogram"><%= t.reports.key_lengths.histogram.name %></a></li>
    </ul>
    <div id="keys">
        <h2><%= t.osm.keys %></h2>
        <table id="grid-keys">
        </table>
    </div>
    <div id="histogram">
        <h2><%= t.reports.key_lengths.histogram.name %></h2>
        <p><%= t.reports.key_lengths.histogram.intro %><p>
        <div class="canvas" id="canvas-histogram"></div>
    </div>
</div>
<% javascript_for(:d3) %>