-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove developer text from submission page
- Loading branch information
Showing
1 changed file
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |