diff --git a/public/css/main.css b/public/css/main.css index 58d8c9b..f68d8dd 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -6,4 +6,10 @@ } .foto-block .foto-notes { padding: 5px; +} +.copy-img { + content:url(/img/copy_icon.png); + width: 32px; + height: 32px; + overflow: hidden; } \ No newline at end of file diff --git a/public/img/copy_icon.png b/public/img/copy_icon.png new file mode 100644 index 0000000..d7a64e0 Binary files /dev/null and b/public/img/copy_icon.png differ diff --git a/sql/sqitch.conf b/sql/sqitch.conf index 8b84c82..8a8a8e5 100644 --- a/sql/sqitch.conf +++ b/sql/sqitch.conf @@ -7,7 +7,7 @@ # registry = sqitch # client = sqlite3 [target "foto_test"] - uri = db:sqlite:rsscp_test.db + uri = db:sqlite:fotostore.db [engine "sqlite"] target = foto_test [deploy] diff --git a/templates/includes/images_list.html.ep b/templates/includes/images_list.html.ep index 3829390..16d63c9 100644 --- a/templates/includes/images_list.html.ep +++ b/templates/includes/images_list.html.ep @@ -42,9 +42,9 @@
@@ -54,6 +54,7 @@ \ No newline at end of file