-
Notifications
You must be signed in to change notification settings - Fork 513
Adding embed snippet to Thimble publishing dialog Error #1543 #2535
base: master
Are you sure you want to change the base?
Changes from 8 commits
1d88c7a
2282100
a0bbb83
73aa025
8d0f366
ed90fa6
4100881
d1214cf
830358e
1b8f3f5
e2e9c3d
ca4b149
f9bddb8
e6724ea
a4c0413
8b81b0d
9e0a749
36786b2
c1ab81e
5c5519d
25abc0f
1aaec7a
901b84f
02c3fb4
0428408
66572fa
f6b2c1f
94d5557
a4c44e0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ echo "Setting up login.webmaker.org" | |
cd login.webmaker.org | ||
cp env.sample .env | ||
sudo npm install --no-bin-links --loglevel=error # sudo needed for bcrypt permissions | ||
cd .. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you def need this back |
||
sudo npm install --no-bin-links || sudo npm install --no-bin-links | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's remove this and file as a follow-up issue. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Fatehsandhu, please undo this change |
||
# --- | ||
|
||
# --- id.webmaker.org setup and database setup --- | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,17 @@ <h1>{{ gettext("publishHeader") }}</h1> | |
</div> | ||
|
||
<div id="publish-live" class="hide"> | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove the trailing spaces |
||
<p>{{ gettext("publishShareLink") }}</p> | ||
<div id="publish-link"> | ||
<a id="link-publish-link" title="{{ gettext("publishShareLinkTitle") }}" target="_blank" href="test"></a> | ||
</div> | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove the trailing spaces |
||
<!-- Embed iFrame --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove the extra leading spaces before the comment so that it aligns with the tag |
||
<p>{{ gettext("publishEmbedLinkTitle") }}</p> | ||
<div id="publish-link"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you cannot use the same |
||
<span><iframe {{ gettext("PUBLISHED_PROJECTS_HOSTNAME") }} > </span> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure why "PUBLISHED_PROJECTS_HOSTNAME" would be used here. |
||
</div> | ||
|
||
<div id="publish-button-unpublish"> | ||
<img src="/img/icon/garbage-can-white.svg"> | ||
|
@@ -29,9 +36,9 @@ <h1>{{ gettext("publishHeader") }}</h1> | |
|
||
<div id="publish-details"> | ||
<label>{{ gettext("publishProjectDescription") }}</label> | ||
<textarea class="publish-description" placeholder="{{ gettext("publishProjectDescriptionPlaceholder") }}"></textarea> | ||
<textarea class="publish-description" placeholder="{{ gettext("publishProjectDescriptionPlaceholder") }}"></textarea> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. undo this change |
||
</div> | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. undo this change |
||
</div> | ||
|
||
<div id="publish-buttons"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make this change in
locales/en-US
notlocales/en-GB