Nicolae Claudius
13 years ago
7 changed files with 15 additions and 53 deletions
@ -1,11 +0,0 @@ |
|||||||
<div id="sidebar"> |
|
||||||
|
|
||||||
<div class="block"> |
|
||||||
<h3>Menu</h3> |
|
||||||
<ul class="navigation"> |
|
||||||
<li><%= link_to 'Dashboard', dashboard_path, :data => {:pjax => '#main'} %></li> |
|
||||||
<li><%= link_to 'Domains', domains_path, :data => {:pjax => '#main'} %></li> |
|
||||||
</ul> |
|
||||||
</div> |
|
||||||
|
|
||||||
</div> |
|
@ -1,9 +0,0 @@ |
|||||||
<ul class="wat-cf"> |
|
||||||
<% if user_signed_in? %> |
|
||||||
<li><%= link_to(current_user.email, edit_user_registration_path) %></li> |
|
||||||
<li><%= link_to('Sign out', destroy_user_session_path, :method => :delete) %></li> |
|
||||||
<% else %> |
|
||||||
<li><%= link_to('Sign up', new_user_registration_path) %></li> |
|
||||||
<li><%= link_to('Sign in', new_user_session_path) %></li> |
|
||||||
<% end %> |
|
||||||
</ul> |
|
@ -1,23 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<title>Simple DNS</title> |
|
||||||
<%= stylesheet_link_tag "application" %> |
|
||||||
<%= javascript_include_tag "application" %> |
|
||||||
<%= csrf_meta_tag %> |
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<div id="container"> |
|
||||||
<%= render :partial => 'fragments/top' %> |
|
||||||
<div id="box" class="wat-cf"> |
|
||||||
<%= flash_display 'flash' %> |
|
||||||
<div id="main"> |
|
||||||
<%= yield %> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
<%= render :partial => 'fragments/bottom' %> |
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
Loading…
Reference in new issue