diff --git a/src/style.css b/src/style.css
index 58f50d3..ff5f595 100644
--- a/src/style.css
+++ b/src/style.css
@@ -425,4 +425,9 @@ select {
.tag-history-element .container div.value,
.tag-history-element .parent div.value {
font-size: 12px;
+}
+
+tag-history-button button {
+ background: none;
+ border: none;
}
\ No newline at end of file
diff --git a/src/tags/app.tag b/src/tags/app.tag
index 02a8226..09f47f6 100644
--- a/src/tags/app.tag
+++ b/src/tags/app.tag
@@ -68,6 +68,7 @@ along with this program. If not, see .
});
route('/taghistory/image/*/tag/*', function(image, tag) {
route.routeName = 'taghistory';
+ console.log("Route Taghistory");
registryUI.taghistory.image = image;
registryUI.taghistory.tag = tag;
diff --git a/src/tags/tag-history-button.tag b/src/tags/tag-history-button.tag
index ec0d509..b75d99a 100644
--- a/src/tags/tag-history-button.tag
+++ b/src/tags/tag-history-button.tag
@@ -15,9 +15,9 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
-->
-
history
-
+
\ No newline at end of file