public
Fork of halorgium/mephisto
Description: A refactored Mephisto that has multiple spam detection engines.
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/francois/mephisto.git
mephisto / app / views / admin / sites / show.rhtml
100644 15 lines (10 sloc) 0.53 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2><%=h @site.host %></h2>
 
<h3><%=h @site.title %> <small>(<%= mail_to @site.email %>)</small></h3>
 
<% form_tag :action => 'destroy', :id => @site do -%>
  <p class="btns"><%= submit_tag 'Delete' %> or <%= link_to "go back", :action => "index" %></p>
<% end -%>
<h2><%=h @site.host %></h2>
 
<h3><%=h @site.title %> <small>(<%= mail_to @site.email %>)</small></h3>
 
<% form_tag :action => 'destroy', :id => @site do -%>
  <p class="btns"><%= submit_tag 'Delete' %> or <%= link_to "go back", :action => "index" %></p>
<% end -%>