Sha256: f89e8fc44355079965221616ad2c306d0456e1cf5d71cbc881767fdf55411d69
Contents?: true
Size: 788 Bytes
Versions: 24
Compression:
Stored size: 788 Bytes
Contents
<h1 class='wi'><%= params[:to] %> (App URL)</h1> <p> <a href="<%= u(%|/edit?to=#{escape(params[:to])}|) %>">% rename</a> </p> <p> <a href="<%= u(%|/delete_all?to=#{escape(params[:to])}|) %>">!! delete all</a> </p> <table class='queues'> <tr> <th>Translations (Browser Location Bar) </th> <th>Action</th> </tr> <% for translation in @translations %> <tr> <td class=''><a href="<%= translation %>" target="new"><%= Rewritten.full_line(translation) %></td> <td class=''> <a href="<%= u(%|/edit?to=#{escape(params[:to])}|) %>"> add </a>| <a href="<%= u(%|/edit?to=#{escape(params[:to])}|) %>"> edit </a>| <a href="<%= u(%|/edit?to=#{escape(params[:to])}|) %>"> remove </a> </td> </tr> <% end %> </table>
Version data entries
24 entries across 24 versions & 1 rubygems