You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
284 B

14 years ago
<div id="sidebar">
<div class="block">
<h3>Menu</h3>
<ul class="navigation">
14 years ago
<li><%= link_to 'Dashboard', dashboard_path, :data => {:pjax => '#main'} %></li>
14 years ago
<li><%= link_to 'Domains', domains_path, :data => {:pjax => '#main'} %></li>
</ul>
</div>
</div>