rostra 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,9 @@
8
8
  .hidden {
9
9
  display: none;
10
10
  }
11
+ #flash_alert.no_results {
12
+ margin-left: -80px;
13
+ }
11
14
 
12
15
  #page_wrap {
13
16
  width: 970px; margin: auto;
@@ -3,9 +3,9 @@
3
3
  <div id="page_content">
4
4
  <div id="questions">
5
5
  <% if Rostra::Question.count.zero? %>
6
- <h3>Sorry! No questions have been asked.</h3>
6
+ <div id="flash_alert" class="flash no_results">Sorry! No questions have been asked.</div>
7
7
  <% elsif @questions.empty? %>
8
- <h3>Sorry! No questions found.</h3>
8
+ <div id="flash_alert" class="flash no_results">Sorry! No questions found.</h3>
9
9
  <% else %>
10
10
  <% @questions.each do |question| %>
11
11
  <div class="question">
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rostra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.6
5
+ version: 0.1.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires