Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

商談や商談報告の表示が改行されない #1

Open
dshyusuzuki opened this issue May 19, 2017 · 2 comments
Open

商談や商談報告の表示が改行されない #1

dshyusuzuki opened this issue May 19, 2017 · 2 comments

Comments

@dshyusuzuki
Copy link

dshyusuzuki commented May 19, 2017

商談や商談報告の表示が改行されません。

以下の様に修正して利用しています。
修正ご検討頂けますと幸いです。

・商談

--- a/app/views/nego/deals/_deal_detail.html.erb
-                  <%= @deal.notes %>
+                  <%# 改行コードを表示 %>
+                  <%= simple_format(h(@deal.notes)) %>

・商談報告

app/views/nego/sales_reports/_detail.html.erb
-                  <%= @sales_report.reports %>
+                  <%# 改行コードを表示 %>
+                  <%= simple_format(h(@sales_report.reports)) %>

-                  <%= @sales_report.responses %>
+                  <%# 改行コードを表示 %>
+                  <%= simple_format(h(@sales_report.responses)) %>
@maki-tetsu
Copy link
Contributor

対応が遅くなりました。
取り急ぎとなりますが、#2 にて PR 出しました。

マージまで少々お待ちください。

@maki-tetsu
Copy link
Contributor

マージされましたね。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants