Sha256: 7a690a4c06abd9dc16c2a13f920b827099473d7baf3e783b0a9d256ec8c24d92
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
<div class="container"> <div class="sixteen columns"> </div><!-- sixteen column --> <div class="one-third column"> <div ui-view="keys"></div> </div><!-- two-third column --> <div class="two-third column" id="right-side"> <div class='menu-container'> <a href="#/new" class="push_button green-desktop"> <span class='icon-plus icon-white spaced-icon'></span>New key </a> <a href="#/stats" class="push_button green-desktop"> <span class='icon-align-left icon-white spaced-icon'></span>Stats </a> <a href="#" id="openTerminal" class="push_button green-desktop"> <span class='icon-off icon-white spaced-icon'></span>Terminal </a> <a href="#/config" class="push_button green-desktop"> <span class='icon-cog icon-white spaced-icon'></span>Settings </a> </div> <div ui-view="key" class="text-content"> </div><!-- text-content --> </div><!-- two-third column --> </div><!-- container --> <div class='bottom-container'> <div id='terminal'></div> </div> <!-- This controller is used to bootstrap the application --> <section ng-controller='BootstrapController'></section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
memcached-manager-1.0.0 | lib/views/index.erb |