Skip to content

Commit

Permalink
Changes made based on review
Browse files Browse the repository at this point in the history
Removed unnecessary comments and changed the 'Save' button in `new-server-form.js`
to 'Add'.
  • Loading branch information
cedricium committed Sep 15, 2017
1 parent 45867ef commit 992d92b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
12 changes: 5 additions & 7 deletions app/renderer/js/pages/preference/create-new-org.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ class CreateOrganziation extends BaseComponent {

template() {
return `
<!-- <div class="settings-card"> -->
<div class="setting-row">
<div class="setting-description">
<span id="open-create-org-link">Create a new organization on zulipchat.com<i class="material-icons open-tab-button">open_in_new</i></span>
</div>
<div class="setting-control"></div>
</div>
<div class="setting-row">
<div class="setting-description">
<span id="open-create-org-link">Create a new organization on zulipchat.com<i class="material-icons open-tab-button">open_in_new</i></span>
</div>
<div class="setting-control"></div>
</div>
`;
}
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/js/pages/preference/new-server-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NewServerForm extends BaseComponent {
<div class="server-info-row">
<div class="action green server-save-action">
<i class="material-icons">check_box</i>
<span>Save</span>
<span>Add</span>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion app/renderer/js/pages/preference/servers-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ServersSection extends BaseSection {
<div id="new-server-container"></div>
<div class="title" id="existing-servers"></div>
<div id="server-info-container"></div>
<!-- <div class="title">Create Organization</div> -->
<div id="create-organization-container"></div>
</div>
`;
Expand Down

0 comments on commit 992d92b

Please sign in to comment.