Skip to content

Commit ac76465

Browse files
author
Andreas Treubert
committed
fixed #108
1 parent cf582da commit ac76465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/views/holidays/index.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1><%= translate 'holidays' %></h1>
22

3-
<table width="100%" height="80%">
3+
<table width="100%">
44
<tr>
55
<td><%= translate 'user'%></td>
66
<td><%= translate 'start' %></td>

Diff for: init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
name 'Mega Calendar plugin'
104104
author 'Andreas Treubert'
105105
description 'Better calendar for redmine'
106-
version '1.9.1'
106+
version '1.9.2'
107107
url 'https://github.com/berti92/mega_calendar'
108108
author_url 'https://github.com/berti92'
109109
requires_redmine :version_or_higher => '5.0.0'

0 commit comments

Comments
 (0)