Remove footer for koelkast
This commit is contained in:
parent
f2626ef16f
commit
c642bf69c9
3 changed files with 6 additions and 3 deletions
1
.capistrano/metrics
Normal file
1
.capistrano/metrics
Normal file
|
@ -0,0 +1 @@
|
||||||
|
full
|
|
@ -1,3 +1,4 @@
|
||||||
|
<% unless current_user && current_user.koelkast? %>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<small>
|
<small>
|
||||||
<%= link_to "Tab", root_path %></a>
|
<%= link_to "Tab", root_path %></a>
|
||||||
|
@ -10,3 +11,4 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue