We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf582da commit ac76465Copy full SHA for ac76465
app/views/holidays/index.html.erb
@@ -1,6 +1,6 @@
1
<h1><%= translate 'holidays' %></h1>
2
3
-<table width="100%" height="80%">
+<table width="100%">
4
<tr>
5
<td><%= translate 'user'%></td>
6
<td><%= translate 'start' %></td>
init.rb
@@ -103,7 +103,7 @@
103
name 'Mega Calendar plugin'
104
author 'Andreas Treubert'
105
description 'Better calendar for redmine'
106
- version '1.9.1'
+ version '1.9.2'
107
url 'https://github.com/berti92/mega_calendar'
108
author_url 'https://github.com/berti92'
109
requires_redmine :version_or_higher => '5.0.0'
0 commit comments