-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathshow.html.erb
223 lines (187 loc) · 7.67 KB
/
show.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<%= render 'univs/top_render/show_top_banner', univ: @univ %>
<div class="container">
<% if (user_signed_in?) && (current_user.has_role? :admin) %>
<div class="row" style="background-color: #ffbebe; padding: 10px; margin-top: 30px;">
<div class="col-md-2" style="padding-top: 5px"><i class="fas fa-exclamation-triangle"></i> 관리자 Zone</div>
<div class="col-md-1" style="padding-top: 5px"><i class="fas fa-eye"></i> <%= @univ.impressionist_count %></div>
<div class="col-md-9">
<% if can? :destroy, @univ %>
<%= link_to '삭제', @univ, method: :delete, class: 'btn btn-sm btn-danger', data: { confirm: '정말로 삭제하시겠습니까?' } %>
<% end %>
<% if can? :new, @univ %>
<%= link_to '대학 추가', new_univ_path, class: 'btn btn-sm btn-outline-dark' %>
<% end %>
<% if can? :edit, @univ %>
<%= link_to '수정', edit_univ_path(@univ), class: 'btn btn-sm btn-outline-dark' %>
<% end %>
<% if can? :index, @univ %>
<%= link_to '목록', "/searches/univ?utf8=✓&search_univ=&commit=", class: 'btn btn-sm btn-outline-dark' %>
<% end %>
</div>
</div>
<% end %>
<div class="alert alert-warning" role="alert" style="margin-top: 50px">
<i class="fas fa-exclamation-triangle"></i> 일부 혜택은 지원여부가 다를 수 있습니다! 사실과 다를 시 <%= link_to "운영자에게 메세지 전송", users_message_path, style: "text-decoration: none;" %> 혹은 <%= link_to "kbs4674@naver.com", "mailto:kbs4674@naver.com", style: "text-decoration: none;" %> 으로 제보 주세요!
</div>
<div style="margin-top: 20px">
<button class="accordion">이 모든 혜택은 어떻게 누리나요?</button>
<div class="accordion-panel">
<div style="padding: 10px;">
대부분 대학생 혜택은 대학에서 제공하는 웹메일
<%= link_to "이동", "#{@univ.email_url}", class: "badge badge-pill badge-primary", style: "padding-top: 5px", target: "_blank", :data => { :'toggle' => 'tooltip', :'placement' => 'top' }, title: "#{@univ.email_url.truncate(25, omission: '...')}" %>
을 통해 대학생 인증을 하시면 됩니다.
</div>
</div>
</div>
<script src="/arcodion/arcodion.js"></script>
<div class="row">
<% if (@univ.etc == true) && (@univ.etc_content != nil) %>
<div class="col-md-12" style="margin-top: 30px">
<div class="etc_promotion">기타 특이혜택</div>
<%= content_tag(:div, @univ.etc_content.html_safe) %>
</div>
<% end %>
<% if @univ.KOSAF == true %>
<% Promotion.where(title: "한국장학재단").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.everytime == true %>
<% Promotion.where(title: "에브리타임").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.dreamspon == true %>
<% Promotion.where(title: "드림스폰").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.blue_ladder == true %>
<% Promotion.where(title: "파란 사다리").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.software == true %>
<% Promotion.where(title: "소프트웨어 중심대학").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.korail_youth == true %>
<% Promotion.where(title: "코레일 청소년드림").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.teps == true %>
<% Promotion.where(title: "TEPS 30% 할인").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.ms_office == true %>
<% Promotion.where(title: "MS Office").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.aws_credit_normal == true %>
<% Promotion.where(title: "AWS Credit 기본 제공").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.aws_credit_100 == true %>
<% Promotion.where(title: "AWS Credit 100달러 제공").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.github == true %>
<% Promotion.where(title: "Github").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.jet_brain == true %>
<% Promotion.where(title: "Jet Brain").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.Y_goon == true %>
<% Promotion.where(title: "YGOON 교육할인스토어").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.job_planet == true %>
<% Promotion.where(title: "잡 플래닛").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.win10 == true %>
<% Promotion.where(title: "윈도우 10").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.inflearn == true %>
<% Promotion.where(title: "인프런").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.edwith == true %>
<% Promotion.where(title: "edwith").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.goorm_ide == true %>
<% Promotion.where(title: "구름 IDE").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.KFC == true %>
<% Promotion.where(title: "KFC").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.adobe == true %>
<% Promotion.where(title: "Adobe Creative Cloud").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.AOC == true %>
<% Promotion.where(title: "AOC").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.dbpia == true %>
<% Promotion.where(title: "논문 열람 : DBPIA").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.riss == true %>
<% Promotion.where(title: "논문 열람 : RISS").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.matlab == true %>
<% Promotion.where(title: "Matlab").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.autodesk == true %>
<% Promotion.where(title: "Auto Desk").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.samsung_dreamclass == true %>
<% Promotion.where(title: "삼성 드림클래스").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
<% if @univ.lh == true %>
<% Promotion.where(title: "LH 대학생 전세임대주택").each do |x| %>
<%= render 'univs/show/card', x: x %>
<% end %>
<% end %>
</div>
</div>
<script src="/bootstrap_4.1/bootstrap.min.js"></script>
<% if @univ.univ_name_kor == "강원대학교" %>
<div class="d-none d-md-block ad-image">
<img src="/ad-image/ad-kangwon1.gif" width="150px">
</div>
<script src="/js/ad.js"></script>
<% end %>