Skip to content
Snippets Groups Projects
Commit bd0195c0 authored by pabois's avatar pabois
Browse files

server admin

parent b264fc63
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@
<div class="col-md-5">
<div class="card">
<div class="card-header">
<h2 class="card-title"><%= t('activerecord.attributes.university.url') %></h2>
<h2 class="card-title"><%= t('admin.infos') %></h2>
</div>
<table class="table">
<tr>
<td>URL</td>
<td><%= t('activerecord.attributes.university.url') %></td>
<td class="text-end"><%= link_to @university.url, @university.url, target: :_blank %></td>
</tr>
<% ['address', 'zipcode', 'city', 'country', 'private'].each do |variable| %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment