Fixed untracked files

Conflicts:
	config/mongoid.yml
This commit is contained in:
Bernie Chiu 2013-09-09 15:26:13 +08:00 committed by chris
parent d98d008806
commit 8cd27e26e2
20 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
['已處理', '已處理'], ['已處理', '已處理'],
['轉介其他單位', '轉介其他單位'] ['轉介其他單位', '轉介其他單位']
] %></td> ] %></td>
<td id="XXX"></td>
</tr> </tr>
<tr> <tr>
<td colspan="5"> <td colspan="5">

View File

@ -17,6 +17,6 @@
<div class="form-actions form-fixed pagination-right"> <div class="form-actions form-fixed pagination-right">
<%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t(:add), new_panel_faq_back_end_qa_path, :class => 'btn btn-primary pull-right' if (is_manager? rescue nil) %> <%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t(:add), new_panel_faq_back_end_qa_path, :class => 'btn btn-primary pull-right' if (is_manager? rescue nil) %>
<div id="qa_pagination" class="paginationFixed"> <div id="qa_pagination" class="paginationFixed">
<%= paginate @qas, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil} %> <%= paginate @qas, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil} rescue nil %>
</div> </div>
</div> </div>