added price per unit to item details page

This commit is contained in:
Senad Uka
2015-01-30 07:19:28 +01:00
parent b8caf1a8a7
commit 35cc279527
70 changed files with 12644 additions and 17 deletions

18
front-api/node_modules/Backbone.Mutators/.editorconfig generated vendored Normal file
View File

@@ -0,0 +1,18 @@
; EditorConfig is awesome: http://EditorConfig.org
root = true ; top-most EditorConfig file
; Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
; Space indention of 4 for all js files
[*.js]
indent_style = space
indent_size = 4
; Indentation override for the node based Gruntfile
[Gruntfile.js]
indent_style = space
indent_size = 2