fixup applications page
This commit is contained in:
parent
b58f55353a
commit
b8c8f25c83
2 changed files with 8 additions and 1 deletions
|
@ -34,6 +34,13 @@
|
|||
<%= render :partial => 'layouts/lowermapelements' %>
|
||||
|
||||
<div id="exploreMapsHeader"></div>
|
||||
<p id="toast" class="toast">
|
||||
<% if devise_error_messages? %>
|
||||
<%= devise_error_messages! %>
|
||||
<% elsif notice %>
|
||||
<%= notice %>
|
||||
<% end %>
|
||||
</p>
|
||||
<div id="loading"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ class Header extends Component {
|
|||
text="Registered Apps"
|
||||
/>
|
||||
<MapLink show={apps}
|
||||
href="/oauth/applications"
|
||||
href="/oauth/authorized_applications"
|
||||
linkClass={"activeMaps exploreMapsButton" + (section == "authorized" ? " active" : "")}
|
||||
text="Authorized Apps"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue