diff --git a/app/views/sites/index.html.erb b/app/views/sites/index.html.erb --- a/app/views/sites/index.html.erb +++ b/app/views/sites/index.html.erb @@ -3,6 +3,7 @@
Name | +Password | Started | Start time | |
---|---|---|---|---|
<%=h site.name %> | +<%=h site.password %> | <%=h site.started %> | <%=h site.start_time %> | <%= link_to 'Show', site %> |