forked from bofh/fetsite
AutoCommit Fre Jul 31 21:03:04 CEST 2015
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<div id="choice_<%= choice.id %>"
|
||||
<%
|
||||
if current_user.nil?
|
||||
t=choice.text
|
||||
@@ -12,3 +13,4 @@ end
|
||||
|
||||
<%= t %> <%= link_to fa_icon("pencil"), edit_survey_choice_path(choice) , class: "btn btn-link navbar-btn"
|
||||
%>
|
||||
</div>
|
||||
|
||||
1
app/views/survey/choices/_choice_form.html.erb
Normal file
1
app/views/survey/choices/_choice_form.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<div id="choice_<%= choice_form.id %>"
|
||||
Reference in New Issue
Block a user