Small cleanup.

This commit is contained in:
Martin Edenhofer 2015-11-19 13:16:56 +01:00
parent b6277759dd
commit 579a15677a
4 changed files with 4 additions and 4 deletions

View file

@ -90,4 +90,4 @@ class Index extends App.ControllerContent
container: @el.closest('.content') container: @el.closest('.content')
) )
App.Config.set( 'Twitter', { prio: 2900, name: 'Twitter', parent: '#channels', target: '#channels/twitter', controller: Index, role: ['Admin'] }, 'NavBarAdmin' ) App.Config.set( 'Twitter', { prio: 5000, name: 'Twitter', parent: '#channels', target: '#channels/twitter', controller: Index, role: ['Admin'] }, 'NavBarAdmin' )

View file

@ -144,7 +144,7 @@
<table class="settings-list"> <table class="settings-list">
<thead> <thead>
<tr> <tr>
<th style="white-space: nowrap;"><%- @T('Option') %></th> <th style="white-space: nowrap;"><%- @T('Options') %></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View file

@ -115,7 +115,7 @@
<li class="list-item"><%- @T('none') %> <li class="list-item"><%- @T('none') %>
<% end %> <% end %>
</ul> </ul>
<a class="text-muted js-emailAddressNew" href="#" title="<%- @Ti('New Email Address') %>">+ <%- @T('Add Email') %></a> <a class="text-muted js-emailAddressNew" href="#">+ <%- @T('Add') %></a>
</div> </div>
</div> </div>

View file

@ -45,7 +45,7 @@
<table class="settings-list"> <table class="settings-list">
<thead> <thead>
<tr> <tr>
<th style="white-space: nowrap;"><%- @T('Option') %></th> <th style="white-space: nowrap;"><%- @T('Options') %></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>