Repository: couchdb-fauxton Updated Branches: refs/heads/master cd2a95386 -> e5061af41
Replicate icon on Databases page now redirects properly Closes COUCHDB-2437 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/e5061af4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/e5061af4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/e5061af4 Branch: refs/heads/master Commit: e5061af4182005e50857136e958b42bd11e9fb34 Parents: cd2a953 Author: Benjamin Keen <[email protected]> Authored: Tue Nov 4 15:18:01 2014 -0800 Committer: Robert Kowalski <[email protected]> Committed: Thu Nov 6 18:08:32 2014 +0100 ---------------------------------------------------------------------- app/addons/databases/templates/item.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/e5061af4/app/addons/databases/templates/item.html ---------------------------------------------------------------------- diff --git a/app/addons/databases/templates/item.html b/app/addons/databases/templates/item.html index 62cfb77..610c8c6 100644 --- a/app/addons/databases/templates/item.html +++ b/app/addons/databases/templates/item.html @@ -1,4 +1,4 @@ -<!-- +<%/* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -10,7 +10,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +*/%> <td> <a href="#/database/<%=encoded%>/_all_docs"><%= database.get("name") %></a> @@ -25,6 +25,6 @@ the License. </td> <td><%= database.status.updateSeq() %></td> <td> - <a class="db-actions btn fonticon-replicate set-replication-start" title="Replicate <%= database.get("name") %>" href="#/replication/new/<%=encoded%>"></a> - <a class="db-actions btn icon-lock set-permissions" title="Set permissions for <%= database.get("name") %>" href="#/database/<%=encoded%>/permissions"></a> + <a class="db-actions btn fonticon-replicate set-replication-start" title="Replicate <%-database.get("name")%>" href="#/replication/<%-encoded%>"></a> + <a class="db-actions btn icon-lock set-permissions" title="Set permissions for <%-database.get("name")%>" href="#/database/<%-encoded%>/permissions"></a> </td>
