Changeset - a72714a46d3d
[Not reviewed]
default
0 1 0
Sean Farley - 11 years ago 2015-02-25 19:35:13
sean.michael.farley@gmail.com
dt_elements: simplify if block into one line to avoid duplicated code
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/data_table/_dt_elements.html
Show inline comments
 
@@ -60,11 +60,7 @@
 
    %>
 
  <div style="white-space: nowrap; ${'opacity: 0.5' if rstate == 'repo_state_pending' else ''}}">
 
    ##NAME
 
    %if admin:
 
        <a href="${h.url('edit_repo',repo_name=name)}">
 
    %else:
 
        <a href="${h.url('summary_home',repo_name=name)}">
 
    %endif
 
    <a href="${h.url('edit_repo' if admin else 'summary_home', repo_name=name)}">
 

	
 
    ##TYPE OF REPO
 
    %if h.is_hg(rtype):
0 comments (0 inline, 0 general)