mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 21:24:23 +08:00
Merge pull request #1044 from okriuchykhin/ok_SCI_2117
Remove Power Up button [SCI-2117]
This commit is contained in:
commit
5b1951e01e
3 changed files with 0 additions and 38 deletions
|
@ -344,15 +344,6 @@
|
|||
padding: 10px 0 10px 30px;
|
||||
}
|
||||
|
||||
#power-up-button {
|
||||
margin-right: 15px;
|
||||
margin-top: 8px;
|
||||
|
||||
.btn-danger {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
// Alert
|
||||
.alert {
|
||||
border-radius: 0;
|
||||
|
|
|
@ -86,27 +86,6 @@
|
|||
</div>
|
||||
<% end %>
|
||||
</li>
|
||||
<li id="power-up-button">
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-danger dropdown-toggle"
|
||||
type="button"
|
||||
id="power-up-dropdown"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="true">
|
||||
<%=t 'nav.power_up' %>
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="power-up-dropdown">
|
||||
<li class="dropdown-header"><%=t 'nav.power_up_dropdown.title' %></li>
|
||||
<li><span class="glyphicon glyphicon-certificate"></span> <%=t 'nav.power_up_dropdown.unlimited_teams' %></li>
|
||||
<li><span class="glyphicon glyphicon-certificate"></span> <%=t 'nav.power_up_dropdown.unlimited_users' %></li>
|
||||
<li><span class="glyphicon glyphicon-certificate"></span> <%=t 'nav.power_up_dropdown.unlimited_storage' %></li>
|
||||
<li><span class="glyphicon glyphicon-certificate"></span> <%=t 'nav.power_up_dropdown.manuscript' %></li>
|
||||
<li><%=t 'nav.power_up_dropdown.much_more' %></li>
|
||||
<li class="text-center"><a href="#" class=""></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<!-- greetings -->
|
||||
<li id="user-account-dropdown" class="dropdown">
|
||||
|
|
|
@ -69,14 +69,6 @@ en:
|
|||
nav:
|
||||
search: "Search for something..."
|
||||
search_button: 'Go!'
|
||||
power_up: 'Power Up!'
|
||||
power_up_dropdown:
|
||||
title: 'Go premum and power up!'
|
||||
unlimited_teams: 'Unlimited Teams'
|
||||
unlimited_users: 'Unlimited Users'
|
||||
unlimited_storage: 'Unlimited Storage'
|
||||
manuscript: 'ManuScript'
|
||||
much_more: 'And much, much more...'
|
||||
user_greeting: "Hi, %{full_name}"
|
||||
advanced_search: "Advanced search"
|
||||
title: "sciNote"
|
||||
|
|
Loading…
Add table
Reference in a new issue