Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 2fec8b3

Browse files
authored
Merge pull request #160 from ualbertalib/missing_commits
missing commits and fixes since tagged release v4.2-1.44.el6
2 parents 9b48b53 + a7bbd69 commit 2fec8b3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ gem 'i18n'
1313
gem 'globalize', '~>3.1.0'
1414
gem 'dragonfly'
1515

16+
# added rollbar for log monitoring
17+
gem 'rollbar'
18+
1619
# Gems used only for assets and not required
1720
# in production environments by default.
1821
group :assets do

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ GEM
208208
responders (1.1.2)
209209
railties (>= 3.2, < 4.2)
210210
rolify (5.1.0)
211+
rollbar (2.15.4)
212+
multi_json
211213
rspec (3.5.0)
212214
rspec-core (~> 3.5.0)
213215
rspec-expectations (~> 3.5.0)
@@ -313,6 +315,7 @@ DEPENDENCIES
313315
rails (~> 3.2.22)
314316
recaptcha
315317
rolify
318+
rollbar
316319
rspec
317320
rspec-rails
318321
rubyzip (~> 1.2.1)

app/views/plans/_answer_form.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@
225225
<a class="accordion-guidance-link" data-toggle="collapse" data-parent="#<%= question.id %>-guidance" href="#collapse-guidance-<%= group.id%>-<%= guidance.id%>-<%= question.id %>">
226226
<div class="accordion_heading_text">
227227
<% if theme == "no_theme" then %>
228-
<%= group.name.chomp(" guidance") %> guidance
228+
<%= group.name.chomp(" guidance") %>
229229
<% else %>
230-
<%= group.name.chomp(" guidance") %> guidance on <%= theme.title %>
230+
<%= group.name.chomp(" guidance") %> - <%= theme.title %>
231231
<% end %>
232232
</div>
233233
<span class="plus-laranja"> </span></a>

0 commit comments

Comments
 (0)