-
-
-
+
+
-
-
-
-
-
{{ mix.likes.length }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/client/app/views/mixes/item/mix.html b/client/app/views/mixes/item/mix.html
new file mode 100644
index 0000000..cfc73b6
--- /dev/null
+++ b/client/app/views/mixes/item/mix.html
@@ -0,0 +1,22 @@
+
+
+
\ No newline at end of file
diff --git a/client/app/views/mixes/item/mix.jade b/client/app/views/mixes/item/mix.jade
deleted file mode 100644
index 7d9b9c1..0000000
--- a/client/app/views/mixes/item/mix.jade
+++ /dev/null
@@ -1,15 +0,0 @@
-.row.mix-audio-container
- .col-md-12#mix-audio-container
- dss-audio-player(template='directives/audio/audio.player.html')
-.row
- .col-sm-6
- .block.full.dss-mix-item
- .block-title
- .block-options.pull-right
- a.btn.btn-sm.btn-alt.btn-default(data-toggle='tooltip', title='Description' ng-show="false")
- i.fa.fa-ticket
- h2
- strong Description
- span(ng-bind-html='mix.description | dssHtml')
- .col-sm-6
- dss-comments
diff --git a/client/app/views/mixes/mixes.less b/client/app/views/mixes/mixes.less
index 1123368..75199bd 100755
--- a/client/app/views/mixes/mixes.less
+++ b/client/app/views/mixes/mixes.less
@@ -110,7 +110,7 @@
}
.image-container {
- height: 142px;
+ height: 160px;
//background-repeat: no-repeat;
display: flex;
justify-content: center;
diff --git a/package.json b/package.json
index 65ca2e6..a3d1e87 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dssweb",
- "version": "4.0.2",
+ "version": "4.0.3",
"main": "server/app.js",
"dependencies": {
"body-parser": "~1.5.0",