gluster-web-interface/app/views/partials/_footer.html.erb

19 lines
539 B
Plaintext
Raw Normal View History

2016-04-25 00:47:31 +00:00
<!-- footer content -->
<footer>
2016-09-23 09:28:53 +00:00
<div class="pull-right">
Gluster Web Interface by <a href="https://github.com/oss2016summer/gluster-web-interface">WEB</a>
</div>
<div class="clearfix"></div>
2016-04-25 00:47:31 +00:00
</footer>
<!-- /footer content -->
</div>
</div>
<div id="custom_notifications" class="custom-notifications dsp_none">
2016-09-23 09:28:53 +00:00
<ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
</ul>
<div class="clearfix"></div>
<div id="notif-group" class="tabbed_notifications"></div>
2016-04-25 00:47:31 +00:00
</div>