fixup applications page

This commit is contained in:
Connor Turland 2016-08-16 14:30:10 +00:00
parent b58f55353a
commit b8c8f25c83
2 changed files with 8 additions and 1 deletions

View file

@ -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>

View file

@ -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"
/>