Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<li class="menu-irc-channel"><a href="https://webchat.freenode.net/?channels=owncloud">IRC Channel</a></li>
<li class="menu-mailing-list"><a href="https://mailman.owncloud.org/mailman/listinfo/">Mailing List</a></li>
<li class="menu-forums"><a href="https://central.owncloud.org">Forums</a></li>
<li class="menu-bug-tracker"><a href="https://owncloud.org/community">Get involved</a></li>
<li class="menu-promote"><a href="https://owncloud.org/promote/">Discuss ownCloud with others</a></li>
<li class="menu-contribute"><a href="https://owncloud.org/community">Contribute</a></li>
<li class="menu-discuss"><a href="https://owncloud.org/promote/">Discuss ownCloud with others</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/partials/toolbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{{> breadcrumbs}}
{{> page-versions}}
{{#if page.editUrl}}
<div class="edit-this-page"><a href="{{page.editUrl}}">Edit this Page</a></div>
{{!-- <div class="edit-this-page"><a href="{{page.editUrl}}">Edit this Page</a></div> --}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're removing this, why not remove it completely? Or did I forget something that we discussed, earlier today?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to remove it at all?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmattel, can you add your reasoning here, pls?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls see below

{{/if}}
</div>