woople-theme 0.6.7 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,45 +1,49 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html>
|
|
3
|
-
<head>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
<body>
|
|
18
|
-
<%= yield :body_content %>
|
|
19
|
-
|
|
20
|
-
<div class="container" id="navigation">
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
3
|
+
<head>
|
|
4
|
+
<title>Woople</title>
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
7
|
+
|
|
8
|
+
<%= stylesheet_link_tag 'woople-theme/index', media: 'all' %>
|
|
9
|
+
<%= stylesheet_link_tag "woople-theme/theme-retina", media: 'only screen and (-webkit-min-device-pixel-ratio: 2)' %>
|
|
10
|
+
<!--[if (IE 7)]><%= stylesheet_link_tag 'font-awesome/font-awesome-ie7', media: 'all' %><![endif]-->
|
|
11
|
+
<%= javascript_include_tag "woople-theme/theme" %>
|
|
12
|
+
<%= application_javascript %>
|
|
13
|
+
<%= csrf_meta_tags %>
|
|
14
|
+
<%= yield :head_content %>
|
|
15
|
+
|
|
16
|
+
</head>
|
|
17
|
+
<body>
|
|
18
|
+
<%= yield :body_content %>
|
|
19
|
+
|
|
20
|
+
<div class="container" id="navigation">
|
|
21
|
+
<%= impersonation_banner %>
|
|
22
|
+
|
|
23
|
+
<div class="row">
|
|
24
|
+
<a href="#" class="close-navigation close">×</a>
|
|
25
|
+
<a href="#navigation" class="navigation"><i class="icon-menu"> </i></a>
|
|
26
|
+
|
|
27
|
+
<div id="masthead" class="span12">
|
|
28
|
+
<%= image_tag('woople-theme/logo.png', class: 'masthead-logo') %>
|
|
29
|
+
<%= profile %>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<div id="body-container" >
|
|
33
|
+
|
|
34
|
+
<%= menu %>
|
|
35
|
+
|
|
36
|
+
<div class="outer-content span9">
|
|
37
|
+
<div class="content">
|
|
38
|
+
<%= yield %>
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
|
|
42
|
+
</div>
|
|
37
43
|
</div>
|
|
44
|
+
<p class="copyright"><a href="<%t 'woople_theme.company.url' %>"><%=t 'woople_theme.company.name' %></a> © <%= DateTime.now.strftime("%Y") %></p>
|
|
38
45
|
</div>
|
|
39
|
-
</div>
|
|
40
|
-
<p class="copyright"><a href="<%t 'woople_theme.company.url' %>"><%=t 'woople_theme.company.name' %></a> © <%= DateTime.now.strftime("%Y") %></p>
|
|
41
|
-
</div>
|
|
42
46
|
|
|
43
|
-
|
|
44
|
-
</body>
|
|
47
|
+
<%= yield :extra_javascript %>
|
|
48
|
+
</body>
|
|
45
49
|
</html>
|
data/lib/woople-theme/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: woople-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|