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' %>
|
<%= render :partial => 'layouts/lowermapelements' %>
|
||||||
|
|
||||||
<div id="exploreMapsHeader"></div>
|
<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 id="loading"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ class Header extends Component {
|
||||||
text="Registered Apps"
|
text="Registered Apps"
|
||||||
/>
|
/>
|
||||||
<MapLink show={apps}
|
<MapLink show={apps}
|
||||||
href="/oauth/applications"
|
href="/oauth/authorized_applications"
|
||||||
linkClass={"activeMaps exploreMapsButton" + (section == "authorized" ? " active" : "")}
|
linkClass={"activeMaps exploreMapsButton" + (section == "authorized" ? " active" : "")}
|
||||||
text="Authorized Apps"
|
text="Authorized Apps"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue