Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Updated content
Browse files Browse the repository at this point in the history
- Made list on user management page match surrounding content
- Updated some wording and position on apps page.
  • Loading branch information
Marco committed Jul 8, 2016
1 parent 1ebe993 commit 064fffe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
10 changes: 4 additions & 6 deletions static_src/components/app_page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class AppPage extends React.Component {
<div>
<h2>{ this.state.app.name }</h2>
<section className={this.styler('section-card')}>
<h3>About this</h3>
<h3>About this application</h3>
<table>
<tbody>
<tr>
Expand Down Expand Up @@ -102,8 +102,7 @@ export default class AppPage extends React.Component {
<aside>
<p>To start or stop an app, follow the <a
href="https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html"
target="_blank">
<span>&nbsp;</span>Cloud Foundry deployment guide.</a>
target="_blank">Cloud Foundry deployment guide.</a>
</p>
</aside>
</section>
Expand All @@ -113,10 +112,9 @@ export default class AppPage extends React.Component {
</section>
<section className={this.styler("section-card")}>
<h3>Services</h3>
<p>To bind or unbind a service instance to an app, follow the<a
<p>To bind or unbind a service instance to an app, follow the <a
href="https://docs.cloud.gov/apps/managed-services/#bind-the-service-instance"
target="_blank">
<span>&nbsp;</span>managed services guide</a>.
target="_blank">managed services guide</a>.
</p>
</section>
<section className={this.styler("section-card")}>
Expand Down
3 changes: 1 addition & 2 deletions static_src/components/route_list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ export default class RouteList extends React.Component {
<aside>
<p>To create, modify, or delete a route for an app, follow the <a
href="https://docs.cloud.gov/apps/custom-domains/#application-routes"
target="_blank">
<span>&nbsp;</span>application routes</a>.
target="_blank">application routes guide</a>.
</p>
</aside>
</div>
Expand Down
8 changes: 4 additions & 4 deletions static_src/components/user_list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export default class UserList extends React.Component {
Only { this.userTypePretty } Managers have permission to change these roles. To change a role, click a checkbox and wait a moment for the request to process, then see what happens:
</em></p>
<ul>
<li>If you tried adding a role and this was successful, the checkbox will become checked (and you won’t get an error message).</li>
<li>If you tried adding a role but didn’t have permission, the checkbox won’t update.</li>
<li>If you tried removing a role and this was successful, the checkbox will become unchecked (and you won’t get an error message).</li>
<li>If you tried removing a role but didn’t have permission, the checkbox will become unchecked and you’ll get an error message (“You are not authorized to perform the requested action”).</li>
<li><em>If you tried adding a role and this was successful, the checkbox will become checked (and you won’t get an error message).</em></li>
<li><em>If you tried adding a role but didn’t have permission, the checkbox won’t update.</em></li>
<li><em>If you tried removing a role and this was successful, the checkbox will become unchecked (and you won’t get an error message).</em></li>
<li><em>If you tried removing a role but didn’t have permission, the checkbox will become unchecked and you’ll get an error message (“You are not authorized to perform the requested action”).</em></li>
</ul>
<p><em>
<a href="https://github.com/18F/cg-deck/issues/409">We’ll improve this.</a>
Expand Down

0 comments on commit 064fffe

Please sign in to comment.