Skip to content

Commit 737521c

Browse files
committed
setup.py expects a flat folder structure
1 parent cb89540 commit 737521c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

share/roundup/templates/responsive/html/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<title metal:define-slot="head_title">title goes here</title>
1111
<meta name="description" content="Roundup is a python-based, MIT licensed issue-tracking system with command-line, web and e-mail interfaces">
1212
<meta name="viewport" content="width=device-width">
13-
<link rel="stylesheet" href="@@file/css/bootstrap.min.css">
13+
<link rel="stylesheet" href="@@file/bootstrap.min.css">
1414
<style>
1515
body { padding-top: 80px; padding-bottom: 40px; }
1616
</style>
17-
<link rel="stylesheet" href="@@file/css/bootstrap-responsive.min.css">
17+
<link rel="stylesheet" href="@@file/bootstrap-responsive.min.css">
1818
<script tal:replace="structure request/base_javascript"></script>
1919
<metal:x define-slot="more-javascript" />
2020
</head>

share/roundup/templates/responsive/static/bootstrap.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

share/roundup/templates/responsive/static/css/bootstrap.min.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)