606a58894aad5b27229321877e215c4cadedbc36

stable
Alejandro Alonso 2015-08-17 07:34:23 +02:00
parent cf51a5eea4
commit ffa1df774e
9 changed files with 328 additions and 275 deletions

6
dist/index.html vendored
View File

@ -84,8 +84,8 @@
<p translate="NOTIFICATION.WARNING_TEXT"></p>
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
</div>
<script src="/js/libs.js?v=1437417017474"></script>
<script src="/js/templates.js?v=1437417017474"></script>
<script src="/js/app-loader.js?v=1437417017474"></script>
<script src="/js/libs.js?v=1439789626917"></script>
<script src="/js/templates.js?v=1439789626917"></script>
<script src="/js/app-loader.js?v=1439789626917"></script>
</body>
</html>

View File

@ -1,7 +1,7 @@
(function() {
var promise, version;
version = 1437417017488;
version = 1439789626927;
window.taigaConfig = {
"api": "http://localhost:8000/api/v1/",

535
dist/js/app.js vendored

File diff suppressed because it is too large Load Diff

16
dist/js/libs.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

26
dist/js/templates.js vendored

File diff suppressed because one or more lines are too long

View File

@ -425,7 +425,7 @@
"REPORTS": {
"TITLE": "Reports",
"SUBTITLE": "Export your project data in CSV format and make your own reports.",
"DESCRIPTION": "Download a CSV file or copy the generated URL and open it in your favourite text editor or spreadsheet to make your own project data reports. You will be able to visualize and analize all your data easily.",
"DESCRIPTION": "Download a CSV file or copy the generated URL and open it in your favourite text editor or spreadsheet to make your own project data reports. You will be able to visualize and analyze all your data easily.",
"HELP": "How to use this on my own spreadsheet?",
"REGENERATE_TITLE": "Change URL",
"REGENERATE_SUBTITLE": "You going to change the CSV data access url. The previous url will be disabled. Are you sure?"

File diff suppressed because one or more lines are too long