bookyt_projects 0.19.14 → 0.19.15

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,3 +1,3 @@
1
- %h2= t_title
1
+ = boot_page_title
2
2
 
3
3
  = render 'form'
@@ -1,5 +1,5 @@
1
1
  .contextual
2
2
  = icon_link_to :new, new_project_activity_path(resource)
3
- %h2= t_title :index, Activity
3
+ = boot_page_title :index, Activity
4
4
 
5
5
  = render 'activities/list', :collection => @project.activities
@@ -1,4 +1,4 @@
1
- %h3= t('title.period')
1
+ = boot_page_title t('title.period')
2
2
 
3
3
  %ul.pager
4
4
  = month_pages(:time_sheet_period)
@@ -1,7 +1,6 @@
1
1
  .contextual
2
2
  = contextual_link_to :new, Activity
3
3
 
4
- .page-header
5
- %h1= t_title
4
+ = boot_page_title
6
5
 
7
6
  = render 'show', :work_days => @work_days
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '0.19.14'
2
+ VERSION = '0.19.15'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_projects
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 19
9
- - 14
10
- version: 0.19.14
9
+ - 15
10
+ version: 0.19.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)
@@ -182,10 +182,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  requirements: []
183
183
 
184
184
  rubyforge_project:
185
- rubygems_version: 1.8.10
185
+ rubygems_version: 1.8.16
186
186
  signing_key:
187
187
  specification_version: 3
188
188
  summary: Project management plugin for bookyt
189
189
  test_files: []
190
190
 
191
- has_rdoc: