summaryrefslogtreecommitdiff
path: root/web/views/test/wiki_import.erb
blob: f061b2fdc1306707408476e2fdc59a30a313a246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="pre">
    <h1 class="section">Wiki Import</h1>
</div>
<div class="box">
    <table>
        <% @invalid_page_titles.each do |row| %>
            <tr>
                <td><%= row['reason'] %></td>
                <td><%= row['title']  %></td>
            </tr>
        <% end %>
    </table>
</div>