Skip to content

Commit

Permalink
Remove some css to fix sprockets error.
Browse files Browse the repository at this point in the history
  • Loading branch information
studiospring committed Oct 6, 2015
1 parent 828d6fc commit 6346882
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions app/views/irradiances/index.html.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- content_for :head_tags do
= stylesheet_link_tag "shared/tables"
- content_for :body_id do
| index
= provide(:title, 'Irradiances' )
Expand Down
2 changes: 0 additions & 2 deletions app/views/panels/index.html.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- content_for :head_tags do
= stylesheet_link_tag "shared/tables"
- content_for :body_id do
| index
= provide(:title, 'Panels' )
Expand Down
2 changes: 0 additions & 2 deletions app/views/postcodes/index.html.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- content_for :head_tags do
= stylesheet_link_tag "shared/tables"
- content_for :body_id do
| index
= provide(:title, 'Postcodes' )
Expand Down
6 changes: 2 additions & 4 deletions app/views/pv_queries/index.html.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- content_for :head_tags do
= stylesheet_link_tag "shared/tables"
- content_for :body_id do
| index
= provide(:title, 'Queries' )
Expand Down Expand Up @@ -37,9 +35,9 @@ table.table.table-striped
= pv_query.panels.count
- pv_query.panels.each do |panel|
td
| tilt:
| tilt:
= panel.tilt
| ° bearing:
| ° bearing:
= panel.bearing
| °
- break
Expand Down

0 comments on commit 6346882

Please sign in to comment.