Sha256: e193ae1eacb139039d48590ddee6cef7bd44ecf0e73bd030c6c698d51d97e030
Contents?: true
Size: 871 Bytes
Versions: 4
Compression:
Stored size: 871 Bytes
Contents
<div class="grid_12 content"> <header> <div class="buttons"> <a class="icon-plus" href="/remap/new?type=#{@type}" title="Add new rule"></a> </div> <h2>#{@headline}</h2> </header> <p> <ul class="remap"> <?r @traffic_server.send("#{@type}s").each_with_index do |map, i| ?> <li> <span class="url from"><a href="#{map[:from]}">#{remap_url_highlight_scheme(map[:from])}</a></span> <span class="arrow icon-chevron-right"></span> <span class="url to"><a href="#{map[:to]}">#{remap_url_highlight_scheme(map[:to])}</a></span> <span class="buttons"> <a class="icon-pencil" href="/remap/edit?id=#{map[:id]}" title="Edit"></a> <a class="icon-trash" href="/remap/delete?id=#{map[:id]}" title="Delete"></a> </span> </li> <?r end ?> </ul> </p> </div>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ts-admin-0.2.3 | view/remap/list.xhtml |
ts-admin-0.2.2 | view/remap/list.xhtml |
ts-admin-0.2.1 | view/remap/list.xhtml |
ts-admin-0.2.0 | view/remap/list.xhtml |