app/views/rapidfire/questions/index.html.erb in rapidfire-3.0.0 vs app/views/rapidfire/questions/index.html.erb in rapidfire-3.1.0

- old
+ new

@@ -1,18 +1,23 @@ <h2> - Questions - <%= link_to "New Question", new_survey_question_path(@survey) %> + <%= t('rapidfire.questions.header') -%> </h2> +<h3> + <%= link_to t('rapidfire.questions.new'), new_survey_question_path(@survey) %> +</h3> +<h4> + <%= link_to t('rapidfire.questions.back'), surveys_path(@survey) %> +</h4> <hr/> <table> <colgroup> <col> <col width="250"> </colgroup> <thead> <tr> - <th>Question</th> + <th><%= t('rapidfire.questions.question') -%></th> <th></th> </tr> </thead> <tbody> <%= render partial: "question", collection: @questions %>