cleaning the house
This commit is contained in:
19
templates/admin/mensajes.html.ep
Executable file
19
templates/admin/mensajes.html.ep
Executable file
@@ -0,0 +1,19 @@
|
||||
% stash css=>["/admin/admin.css","/admin/mensajes/msg.css"];
|
||||
% stash js=>["/admin/mensajes/msg.js"];
|
||||
<section class="flex messages">
|
||||
<article class="select">
|
||||
<select id="sentry" class="entry" size=10>
|
||||
<% map{ %> <option value="<%= $_->{'mid'} %>" class="entry" ><%= $_->{'entry'} %> </option> <% } %><% (@{stash('h')}); %>
|
||||
</select>
|
||||
</article>
|
||||
<article class="view">
|
||||
<p id="fecha">fecha</p>
|
||||
<div class="spcr"></div>
|
||||
<p id="nombre">nombre</p>
|
||||
<div class="spcr"></div>
|
||||
<p id="correo">correo</p>
|
||||
<div class="spcr"></div>
|
||||
<p id="mensaje">mensaje</p>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user