Skip to content

Commit

Permalink
remove developer text from submission page
Browse files Browse the repository at this point in the history
  • Loading branch information
htpvu committed Dec 12, 2017
1 parent 582b3d4 commit dc1656a
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions app/templates/submission/show/submission.hbs
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
{{#unless isSent}}

<p>
Your submission is ready to send to the desired repositories
Your submission is ready to send to the desired repositories.
</p>

{{else}}

<p>
Your submission has been sent, have a nice day
Your submission has been sent.
</p>

{{/unless}}

<p>
The template for this page is at
<code>app/templates/submission/show/submission.hbs</code>
</p>

<p>
The controller where the
<code>doSend</code> action is implemented at
<code>app/controllers/submission/show/submission.js</code>
</p>
{{/unless}}

<button class="btn btn-primary btn-small" onclick={{action "doSend"}}>Send</button>
{{outlet}}
{{outlet}}

0 comments on commit dc1656a

Please sign in to comment.